M
MM
How do I modify this formula to give me the week number in
the year instead of the week number of the month based on
a date enter....example...
If I enter 5/20/2004...the return value is 4 (week 4 of
May)..I wnat to show the week number in the year...
Thanx
=WEEKNUM(A2)-WEEKNUM(DATEVALUE(MONTH(A2)&"/1/"&YEAR(A2)))+1
the year instead of the week number of the month based on
a date enter....example...
If I enter 5/20/2004...the return value is 4 (week 4 of
May)..I wnat to show the week number in the year...
Thanx
=WEEKNUM(A2)-WEEKNUM(DATEVALUE(MONTH(A2)&"/1/"&YEAR(A2)))+1