Hi,
I have a formula I use to always show the Monday of the current week:
=TODAY()+1-WEEKDAY(TODAY(),2)
Is there a formula to always display the date of the Monday of the previous week? Thank you
Hi,
I have a formula I use to always show the Monday of the current week:
=TODAY()+1-WEEKDAY(TODAY(),2)
Is there a formula to always display the date of the Monday of the previous week? Thank you
Last edited by tavlrb; 02-26-2011 at 01:50 AM.
Why not just...
=TODAY()+1-WEEKDAY(TODAY(),2)-7
Also, you can just use
=TODAY()-WEEKDAY(TODAY(),3)-7
Last edited by jeffreybrown; 02-25-2011 at 11:56 PM.
HTH
Regards, Jeff
thanks man
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks