4th Wednesday of each month

lex_m

Board Regular
Joined
Aug 5, 2003
Messages
155
This will be use with Excel 2003

I have the date that is the 4th Wednesday of the month, lets say 11-23-2022 in cell A2 what formula can I put in A3 and copy it down to get the 4th Wednesday of each month?
So the results would be
A3 12-28-22
A4 1-25-23
A5 2-22-23
A6 3-22-23
A7 4-26-23
On down the row
Thanks
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
0 represents the place of Wednesday in order of weekdays. 4 is for 4th Wednesday.

Excel Formula:
=WORKDAY.INTL(DATE("2022",D1,0),$E$1,"1101111")

1678284434398.png
 
Upvote 0
Workday.intl didn't come in until 2010 & so won't work for the OP. ;)
 
Upvote 0
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,591
Members
449,089
Latest member
Motoracer88

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