Formula for rolling Thursdays

greenlight

New Member
Joined
May 8, 2009
Messages
14
Is there a way to write a formula to get it to read every Thursday in the past rolling? Something like an =today()-7 would work if it was Thursday, but how do I make it Thurday for today and have that same formula output Thursday still tomorrow? Does that make sense?
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
see if this works
Excel Workbook
AB
18/16/20098/13/09
28/17/20098/13/09
38/18/20098/13/09
48/19/20098/13/09
58/20/20098/13/09
68/21/20098/20/09
78/22/20098/20/09
Sheet7
Excel 2007
Cell Formulas
RangeFormula
B1=A1-CHOOSE(WEEKDAY(A1),3,4,5,6,7,1,2)
B2=A2-CHOOSE(WEEKDAY(A2),3,4,5,6,7,1,2)
B3=A3-CHOOSE(WEEKDAY(A3),3,4,5,6,7,1,2)
B4=A4-CHOOSE(WEEKDAY(A4),3,4,5,6,7,1,2)
B5=A5-CHOOSE(WEEKDAY(A5),3,4,5,6,7,1,2)
B6=A6-CHOOSE(WEEKDAY(A6),3,4,5,6,7,1,2)
B7=A7-CHOOSE(WEEKDAY(A7),3,4,5,6,7,1,2)
 
Upvote 0

Forum statistics

Threads
1,215,035
Messages
6,122,785
Members
449,095
Latest member
m_smith_solihull

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