![]() |
Return the first Wednesday of each month
If I put a date in cell A1 (1/1/2010) how do I get the first wednesday in each month in 2010 to display in cells A2:A13 i.e
6/1/2010 3/2/2010 3/3/2010 etc.? |
Answer: Return the first Wednesday of each month
To return the first Wednesday of each month in 2010, use the following formula:
Formula:
To apply this formula to the rest of the year:
Alternatively, you can use the "Fill Series" feature in Excel:
|
Return the first Wednesday of each month
=DATE(YEAR(A1),MONTH(A1),8)-WEEKDAY(DATE(YEAR(A1),MONTH(A1),4))
"dalymjl" wrote: If I put a date in cell A1 (1/1/2010) how do I get the first wednesday in each month in 2010 to display in cells A2:A13 i.e 6/1/2010 3/2/2010 3/3/2010 etc.? -- dalymjl |
Return the first Wednesday of each month
In A2:
=DATE(YEAR(A1),MONTH(A1)+MIN(1,ROWS($1:1)-1),8)-WEEKDAY(DATE(YEAR(A1),MONTH(A1)+MIN(1,ROWS($1:1)-1),4)) copy down to A13 "dalymjl" wrote: If I put a date in cell A1 (1/1/2010) how do I get the first wednesday in each month in 2010 to display in cells A2:A13 i.e 6/1/2010 3/2/2010 3/3/2010 etc.? -- dalymjl |
Return the first Wednesday of each month
Try this...
Enter this formula in A2. This will return the 1st Wednesday of the month for the date entered in A1. =A1-DAY(A1)+8-WEEKDAY(A1-DAY(A1)-3) Enter this formula in A3 and copy down as needed. This will return the 1st Wednesday date for the subsequent months. =A2+28+((DAY(A2+35)<8)*7) Format as Date -- Biff Microsoft Excel MVP "dalymjl" wrote in message ... If I put a date in cell A1 (1/1/2010) how do I get the first wednesday in each month in 2010 to display in cells A2:A13 i.e 6/1/2010 3/2/2010 3/3/2010 etc.? -- dalymjl |
Return the first Wednesday of each month
|
All times are GMT +1. The time now is 03:35 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com