=DATE(YEAR(A1),MONTH(A1),DAY(A1))-DAY(DATE(YEAR(A1),MONTH(A1),DAY(A1)))+8-WEEKDAY(DATE(YEAR(A1),MONTH(A1),DAY(A1))-DAY(DATE(YEAR(A1),MONTH(A1),DAY(A1))))
You can see in the above screenshot, I just have a basic date
In the above screenshot, you can see that if I sub a date in the middle of the month it still gives me the 1st sunday of the month. However, when I substitute this into excel, I get something weird...
In this screenshot, all this did was that it "copied" the date modified into column1. So what can I do to solve this ? How can I replicate this for the 2nd sunday of November ?