Cell Formula Returning Date of 4th Friday, 8th Friday, etc., Following a Given Friday Date ??

monirg

Well-known Member
Joined
Jan 11, 2005
Messages
629
Hello;

1) I need a formula in A6 to return the date of the 4th Friday, or 8th Friday, or 12th Friday, etc. (one at a time) following a given Friday date in cell A2.

2) For example, let us say I have in A2 the Friday date: Sep 02, 2011.
And I have in A4 a drop-down list: 1, 2, 3, ..., 52
Now, if I select 3 in A4, the formula in A6 should return the date of the third 4th Friday following the Sep 02, 2011 of A2.

3) In the above example, the formula in A6 should return: Sep 30, 2011 (30/09/2011)
and if I select 4 in A4, it should return in A6: Oct 28, 2011 (28/10/2011)

Can someone please help ?
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Steve;

Thank you for your prompt reply and for providing such embarrassingly simple formula! I don't know what I was thinking!

Correction: Item 3 of my OP should read:
3) In the above example, the formula in A6 should return: Nov 25, 2011 (25/11/2011)
and if I select 4 in A4, it should return in A6: Dec 23, 2011 (23/12/2011)
and your formula should accordingly read:
=a2 + a4*28
Thanks again for your help.
 
Upvote 0

Forum statistics

Threads
1,224,618
Messages
6,179,917
Members
452,949
Latest member
beartooth91

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