Calculate 4th Friday from a date

javifais

New Member
Joined
Dec 14, 2015
Messages
28
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
I need to collect forms from many departments. I want to give each department 3 weeks to a month to return their forms. I would like calculate 4th Friday from the date I asked them to fill the forms.
For example, if I asked them to fill the forms on November 20th, then they should get the forms back to me by December 15. If I asked them on November 24, 2017, then they should get the forms to me by November 22.
 
Last edited:

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Thanks Mole999. I adjusted the formula to add 21 days and it works for 9/19/2017, but not for 10/27/2017. :(
 
Upvote 0
Thanks Rick, your formula worked.
Thanks Mole999 for taking the time to help me.
 
Upvote 0
This formula will give the same results as Rick's

=A1+29-WEEKDAY(A1+2)

or perhaps more transparent with WORKDAY.INTL

=WORKDAY.INTL(A1,4,"1111011")
 
Upvote 0

Forum statistics

Threads
1,215,473
Messages
6,125,020
Members
449,203
Latest member
tungnmqn90

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