Date every sunday in month

Pcasto

New Member
Joined
Nov 25, 2009
Messages
3
Need a formula showing each Sunday in a given month
for example if A1 has 1/1/2011
A2 should show first Sunday = 1/2/2011
B2 2nd Sunday= 1/9/2011
C2 3rd Sunday= 1/16/2011
D2 4th Sunday= 1/23/11
E2- 5th Sunday = 1/30/11- if that month doesnt have 5 Sundays leave blank
Thx PC
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
In A2, =A1-WEEKDAY(A1)+8

In B2 and across, =IF(MONTH(A2+7)=MONTH(A2), A2+7, "")
 
Upvote 0

Forum statistics

Threads
1,217,346
Messages
6,136,041
Members
449,981
Latest member
kjd513

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top