Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I know I've done this before but can't remember how.
How do you find the number of the week in a given month? -- maryj |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
well it depaneds on how you define the week number.
If the 8th marks the start of the 2nd week, and so on then just take int(day(the date)/7) if you want the "wweks" to all start on Monday, for example it's more complicated "maryj" wrote: I know I've done this before but can't remember how. How do you find the number of the week in a given month? -- maryj |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe I am mistaken that I have done this before - thought I had, but who
knows. I would want May 2, 2006 to be week 1, May 10th to be week 2, etc. -- maryj "duane" wrote: well it depaneds on how you define the week number. If the 8th marks the start of the 2nd week, and so on then just take int(day(the date)/7) if you want the "wweks" to all start on Monday, for example it's more complicated "maryj" wrote: I know I've done this before but can't remember how. How do you find the number of the week in a given month? -- maryj |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I used this formula which is close most of the time -
=INT((DAY(A2)-1)/7)+1 -- maryj "maryj" wrote: Maybe I am mistaken that I have done this before - thought I had, but who knows. I would want May 2, 2006 to be week 1, May 10th to be week 2, etc. -- maryj "duane" wrote: well it depaneds on how you define the week number. If the 8th marks the start of the 2nd week, and so on then just take int(day(the date)/7) if you want the "wweks" to all start on Monday, for example it's more complicated "maryj" wrote: I know I've done this before but can't remember how. How do you find the number of the week in a given month? -- maryj |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Weeknum | Excel Worksheet Functions | |||
Weeknum | Excel Worksheet Functions | |||
weeknum function says jan1=week1, mod to first 4 day week needed | Excel Discussion (Misc queries) | |||
weeknum function returns name error | Excel Worksheet Functions | |||
WeekNum ISO | Excel Worksheet Functions |