Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I wonder if any of you could advice me on which function(s )to use to get
the week number, & day number of a given date. eg) if the date is, say 11-Jan-2007. then the day # is 4 ( Thursday) week # is 2 ( 2nd week in the year). Please help Regards Bernard |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
With the date in A1
=WEEKNUM(A1) =TEXT(A1,"ddddddddd") Should do the ttrick Mike "bj" wrote: I wonder if any of you could advice me on which function(s )to use to get the week number, & day number of a given date. eg) if the date is, say 11-Jan-2007. then the day # is 4 ( Thursday) week # is 2 ( 2nd week in the year). Please help Regards Bernard |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If your data is in cell A1 (adjust for actual), these functions should do
what you need: =WEEKDAY(A1,2) =WEEKNUM(A1) I believe the second one might be part of the AnalysisPack, which you might be prompted to install (from the disks?) HTH "bj" wrote: I wonder if any of you could advice me on which function(s )to use to get the week number, & day number of a given date. eg) if the date is, say 11-Jan-2007. then the day # is 4 ( Thursday) week # is 2 ( 2nd week in the year). Please help Regards Bernard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calulating hours, minutes and seconds | Excel Worksheet Functions | |||
Calulating the number of days an employee works | Excel Worksheet Functions | |||
reducing Calulating time | Excel Discussion (Misc queries) | |||
Calulating Age Formula | Excel Worksheet Functions | |||
How do I set up a week by week skill training schedule in excel? | Excel Discussion (Misc queries) |