Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What is the best way to convert numbers to time format.
Example 173100 = 5:00:00 PM 70652 =7:06:52 AM |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try this: assuming the number to be converted is in cell c13:
=TIME(TRUNC(C13/10000),TRUNC((C13-TRUNC(C13/10000)*10000)/100),((C13/100)-TRUNC(C13/100))*100) "Jeremy" wrote: What is the best way to convert numbers to time format. Example 173100 = 5:00:00 PM 70652 =7:06:52 AM |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You'll have to explain the logic of your system.
If 173100 had been 5:31:00 PM instead of 5:00:00 PM we would have found it easier to understand. In that case I would have suggested =--TEXT(A1,"00\:00\:00") and formatting the cell accordingly. -- David Biddulph "Jeremy" wrote in message ... What is the best way to convert numbers to time format. Example 173100 = 5:00:00 PM 70652 =7:06:52 AM |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Format Question | Excel Discussion (Misc queries) | |||
Format question | Excel Discussion (Misc queries) | |||
Format % Question | Excel Worksheet Functions | |||
Format Question | Excel Worksheet Functions | |||
Format Question Please | Excel Discussion (Misc queries) |