Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi All,
I have dates starting from 02/02/2009 and ending on 02/27/2009 in Coloumn A. I n coloumn B i want to know, in which week of February, each day falls.. For Eg:- 02/02/2009 falls in Week1, 02/09/2009 in Week2 so on... Is there any formula to get this??? WEEK NUM function starts with January and for above example it gives the result as Week6, which is not what I am looking for... Is some one could assist me with??? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Depends where the week starts, if day 1 then
=N(INT((A1-"2009-02-01"+7)/7)) -- __________________________________ HTH Bob wrote in message ... Hi All, I have dates starting from 02/02/2009 and ending on 02/27/2009 in Coloumn A. I n coloumn B i want to know, in which week of February, each day falls.. For Eg:- 02/02/2009 falls in Week1, 02/09/2009 in Week2 so on... Is there any formula to get this??? WEEK NUM function starts with January and for above example it gives the result as Week6, which is not what I am looking for... Is some one could assist me with??? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If the first date is in A1, then in B1 enter
=INT((DAY(A1)-1)/7)+1 and copy down. Hope this helps, Hutch " wrote: Hi All, I have dates starting from 02/02/2009 and ending on 02/27/2009 in Coloumn A. I n coloumn B i want to know, in which week of February, each day falls.. For Eg:- 02/02/2009 falls in Week1, 02/09/2009 in Week2 so on... Is there any formula to get this??? WEEK NUM function starts with January and for above example it gives the result as Week6, which is not what I am looking for... Is some one could assist me with??? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=INT(DAY(A1)/7)+1
and fill it down to row 27! Regards, Stefi ezt *rta: Hi All, I have dates starting from 02/02/2009 and ending on 02/27/2009 in Coloumn A. I n coloumn B i want to know, in which week of February, each day falls.. For Eg:- 02/02/2009 falls in Week1, 02/09/2009 in Week2 so on... Is there any formula to get this??? WEEK NUM function starts with January and for above example it gives the result as Week6, which is not what I am looking for... Is some one could assist me with??? |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you!!!
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If function required | Excel Discussion (Misc queries) | |||
Function required | Excel Discussion (Misc queries) | |||
If function with two results required | Excel Worksheet Functions | |||
Help required with COUNTIF/AND function | Excel Worksheet Functions | |||
Count function required | Excel Discussion (Misc queries) |