Hi,
Does anyone have a formula that calculates the previous week number?
The one I use for the current week number is:
=1+INT((TODAY()-(DATE(YEAR(TODAY()),1,2)-WEEKDAY(DATE(YEAR(TODAY()),1,1))))/7)
Although Im not 100% sure how to alter this.
Do I have to change the '=1+INT' part to '=0+INT' ??
Thank you in advance!
Bookmarks