Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Let's say I have a real number, i.e. 123456.789, that is in seconds and I
want to display it as 34:17:37. I kinda got lost trying to use TEXT(TIME(etc.)). Maybe there is a better way. -- |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Excel stores times as fractions of a day. So change your seconds into days with:
=a1/86400 Format the result as [h]:mm:ss so that it will display more than 24 hours. -- Regards, Fred "Tom Weyand" wrote in message ... Let's say I have a real number, i.e. 123456.789, that is in seconds and I want to display it as 34:17:37. I kinda got lost trying to use TEXT(TIME(etc.)). Maybe there is a better way. -- |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Worked just fine, thanks
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display a number as Kilometers and k/hr & as Time | Excel Discussion (Misc queries) | |||
how do I convert a number to number of years, months and days | Excel Worksheet Functions | |||
convert dates to number of days | Excel Worksheet Functions | |||
how can I convert numeric number into text | Excel Discussion (Misc queries) | |||
How can I convert a date into a week number... | Excel Worksheet Functions |