Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() How can I change the day of the week to week. Ex. 01/02/06 - week 1 02/10/06 - week 5 Thank you Juran -- Juran ------------------------------------------------------------------------ Juran's Profile: http://www.excelforum.com/member.php...o&userid=23592 View this thread: http://www.excelforum.com/showthread...hreadid=544006 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
02/10/06 will not return week 5 regardless using ISO or absolute,
with 02/10/06 in A1 absolute weeknumber =WEEKNUM(A1) returns 6 The non ATP version =INT(((A1-DATE(YEAR(A1),1,0))+6)/7) returns 6 ISO weeknumber =1+INT(MIN(MOD(A1-DATE(YEAR(A1)+{-1;0;1},1,5)+WEEKDAY(DATE(YEAR(A1)+{-1;0;1},1,3)),734))/7) returns 6 -- Regards, Peo Sjoblom Excel 95 - Excel 2007 Northwest Excel Solutions www.nwexcelsolutions.com "It is a good thing to follow the first law of holes; if you are in one stop digging." Lord Healey "Juran" wrote in message ... How can I change the day of the week to week. Ex. 01/02/06 - week 1 02/10/06 - week 5 Thank you Juran -- Juran ------------------------------------------------------------------------ Juran's Profile: http://www.excelforum.com/member.php...o&userid=23592 View this thread: http://www.excelforum.com/showthread...hreadid=544006 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
See also
http://www.rondebruin.nl/weeknumber.htm And http://www.rondebruin.nl/isodate.htm -- Regards Ron de Bruin http://www.rondebruin.nl "Peo Sjoblom" wrote in message ... 02/10/06 will not return week 5 regardless using ISO or absolute, with 02/10/06 in A1 absolute weeknumber =WEEKNUM(A1) returns 6 The non ATP version =INT(((A1-DATE(YEAR(A1),1,0))+6)/7) returns 6 ISO weeknumber =1+INT(MIN(MOD(A1-DATE(YEAR(A1)+{-1;0;1},1,5)+WEEKDAY(DATE(YEAR(A1)+{-1;0;1},1,3)),734))/7) returns 6 -- Regards, Peo Sjoblom Excel 95 - Excel 2007 Northwest Excel Solutions www.nwexcelsolutions.com "It is a good thing to follow the first law of holes; if you are in one stop digging." Lord Healey "Juran" wrote in message ... How can I change the day of the week to week. Ex. 01/02/06 - week 1 02/10/06 - week 5 Thank you Juran -- Juran ------------------------------------------------------------------------ Juran's Profile: http://www.excelforum.com/member.php...o&userid=23592 View this thread: http://www.excelforum.com/showthread...hreadid=544006 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Validation List | Excel Worksheet Functions | |||
Macro to copy cells to rows below | Excel Discussion (Misc queries) | |||
Macro to insert copied cells | Excel Discussion (Misc queries) | |||
user defined function | Excel Worksheet Functions | |||
Line or bar graphs for tracking stocks profit and loss. | Charts and Charting in Excel |