Formula Help to return every Friday's date and after?

zone709

Well-known Member
Joined
Mar 1, 2016
Messages
2,079
Office Version
  1. 365
Platform
  1. Windows
HI trying to get a formuala to return every fridays date. So tomorrow is friday it would return 12/14/2018. Once friday pasts i need it to return next Fridays date -- Example would be 12/21/2018

and on thanks
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Assuming your date is in A2 try
=A2+7-WEEKDAY(A2+7-6)
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0
Hi i also needed it for Sunday. So i did thi will this work?

=TODAY()+9-WEEKDAY(TODAY()+1)
 
Upvote 0
I thought you were after the next Sunday (as you wanted with the Friday) and not the previous one (which is what mrshl9898 posted does).

If that is the case try
=TODAY()-WEEKDAY(TODAY()-1)+7

You'll see the difference between the formula above and the formula in post number 6 if you change your computers date to the 16th.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,585
Messages
6,120,394
Members
448,957
Latest member
Hat4Life

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