![]() |
Help required on week function
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??? |
Help required on week function
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??? |
Help required on week function
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??? |
Help required on week function
=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??? |
Help required on week function
Thank you!!!
|
All times are GMT +1. The time now is 08:15 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com