Here is my dilemma. I have a column of dates such as the following:
Original Date
9/15/2019
9/15/2019
1/31/2020
10/31/2020
6/15/2020
I have to add 90 days from each of these dates but the target date should be a "middle of the month" date and land on a Wednesday. For example, if I add 90 days to the three dates above I get the following:
New date plus 90
12/14/2019
12/14/2019
4/30/2020
1/29/2021
9/13/2020
But what I really need are the dates you see next because they are "mid-month" and select the closest Wednesday to mid-month. The Wednesday can be on either side of the mid month date.
12/18/2019
12/18/2019
4/15/2020
1/13/2021
9/16/2020
So, to recap, I need the *plus 90* date to fall near an earlier mid-month date on a Wednesday. Can someone help me with this? Thank you very much. Greatly appreciated.
Bookmarks