Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can do it yourself. time is simply a number which counts seconds and
given in days You can convert days to minute by multiplying by (24 * 60). then convert this number to hours and minutes. Use this formula =CONCATENATE(TEXT(INT((F5*24*60)/60),"#"), ":",TEXT(MOD((F5*24*60),60),"#")) "Tom Ogilvy" wrote: [h]:mm is a number format. It does not have the limit you specify. Put 500 in a cell and format it as [h]:mm. What does have a limit is an entry like 10000:00 then as you say, it is not interpreted as a time value. This isn't changeable. -- Regards, Tom Ogilvy "Stefi" wrote: Hi All, [h]:mm time format seems to work only up to 9999 hours, XL2003 doesn't handle 10000 hours as time, 10000:00 remains text. Is this an unchangeable limit? Thanks, Stefi |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom Cell format to mimic time format | Excel Discussion (Misc queries) | |||
convert time imported as text to time format for calculations | Excel Worksheet Functions | |||
macro to time limit workbook | Excel Discussion (Misc queries) | |||
Remove time from a date and time field? Format removes the displa. | Excel Worksheet Functions | |||
How can i work a formula for time limit? | Excel Worksheet Functions |