Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a excel column which has date of the year and time. For example in
cell A1 i have 03/05/2004 12:42. Like this i have 152 cells and every cell has got date and time in it. Now i need to seperate all the 152 cells based on the weekday and the hour in a table. The table format looks like this: Mon Tue Wed Thr Fri Sat Sun 0000-0059 0100-0159 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Put this formula in the Mon, 0000-0059 intersect cell, and copy down and
across =SUMPRODUCT(--($A$2:$A$200<""),--(WEEKDAY($A$2:$A$200,2)=COLUMN(A1)),--(HOUR($A$2:$A$200)=ROW($A1)-1)) -- __________________________________ HTH Bob "Samuel Jacob" <Samuel wrote in message ... I have a excel column which has date of the year and time. For example in cell A1 i have 03/05/2004 12:42. Like this i have 152 cells and every cell has got date and time in it. Now i need to seperate all the 152 cells based on the weekday and the hour in a table. The table format looks like this: Mon Tue Wed Thr Fri Sat Sun 0000-0059 0100-0159 . . . 2300-2359 Can anybody helps me in developing a formula for this? It will be really useful to me. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Time and Date Formula | Excel Discussion (Misc queries) | |||
Date/Time formula | Excel Worksheet Functions | |||
date time formula | Excel Discussion (Misc queries) | |||
Date and Time formula | Excel Worksheet Functions | |||
Calculating days & time left from start date/time to end date/time | Excel Worksheet Functions |