Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It's a good question this one. Presume you have the number of seconds
to convert in cell N13 then put this formula in cell N14 =INT(N13/3600)&":"&INT(((N13/3600)-INT(N13/3600))*60)&":"&INT((((N13/3600)-INT(N13/3600))*60-INT(((N13/3600)-INT(N13/3600))*60))*60) I imagine this could be done more succinctly, I'd be interested to see other answers. HTH |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting Julian Seconds with a macro to replace old seconds data | Excel Discussion (Misc queries) | |||
converting seconds into minutes | Excel Worksheet Functions | |||
Second question converting seconds to hours | Excel Discussion (Misc queries) | |||
Displaying seconds in hh:mm:ss format | Excel Worksheet Functions | |||
converting from digital degrees to degrees minutes seconds | Excel Worksheet Functions |