I can't seem to figure this one out.
I want to calculate a month and week number from a date. Each week starts on a Friday. So whatever month the Friday is in determines the month and week number.
For example,
1/6/2012 - 1/12/2012 is January week 1
1/13/2012 -1/19/2012 is January week 2
...
2/3 - 2/9 is February week 1
etc.
How can I make this calculation?
See the attached file. And thank you
Bookmarks