Date Forumlas

LadyDi

Registered User.
Local time
Today, 13:23
Joined
Mar 29, 2007
Messages
894
I was just wondering if there is a formula that will return the date of the Saturday of the previous week. In other words, is there a forumla that I can use anytime this week that will return the date 9/11/2010?
 
If you date is in cell A2 this will return the previous saturday

=A2-MOD(WEEKDAY(A2),7)
 
Thank you very much. That formula works perfectly. I have one more question. Is there a way to modify the formula to show the previous Sunday's date? I would acutally like to use the formula twice, once to show the previous Saturday's date and once to show the previous Sunday's date (9/5/2010).
 

Users who are viewing this thread

Back
Top Bottom