How to calculate the date 3rd friday from a specific date

Wembley53

New Member
Joined
Feb 19, 2008
Messages
26
Hello,

I wonder if anyone can offer some assistance.
I have a spreadsheet that logs the launch date of specific work items. The launch date can be any day of the week. What I want to do is create a formula that calculates the return date which is the date of the 3rd Friday from that launch date.

Thanks
:confused:
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
You can even do without the MOD function, this will give you the same result as JamesW's suggestion

=A1+21-WEEKDAY(A1+1)

although I note that if A1 is a Friday that gives you the date 14 days later, is that right or should it be 21? If it's the latter then change to this version

=A1+22-WEEKDAY(A1+2)
 
Upvote 0

Forum statistics

Threads
1,224,525
Messages
6,179,317
Members
452,905
Latest member
deadwings

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