Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there a way to extract (copy) a particular portion of a cell's contents
where the cell's number format is dd:hh:mm? For instance, 04:09:12 indicates 4 days, 9 hours and 12 minutes. I would like to extract the days, hours, and minutes separately and copy them to three separate cells. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If 04:09:12 is in text then
=MID(A1,1,2)*1 =MID(A1,4,2)*1 =MID(A1,7,2)*1 will give you day, hours, and minutes -- Gary's Student "Tom in Americus" wrote: Is there a way to extract (copy) a particular portion of a cell's contents where the cell's number format is dd:hh:mm? For instance, 04:09:12 indicates 4 days, 9 hours and 12 minutes. I would like to extract the days, hours, and minutes separately and copy them to three separate cells. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display contents of a specific cell even if a group of cells is mo | Excel Worksheet Functions | |||
Complicated counting of cells (based on other cells contents) | Excel Worksheet Functions | |||
Swap contents of two cells | Excel Discussion (Misc queries) | |||
Clearing the Contents of Merged Cells | New Users to Excel | |||
Problems copying cells using offset and counta | Excel Discussion (Misc queries) |