Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
What is the formula to convert seconds (89 seconds) to minutes and seconds
(1.29)? Thanks |
#2
![]() |
|||
|
|||
![]()
Hi
=A1/(24*60*60) and format as time (hh:mm:ss) -- Regards Frank Kabel Frankfurt, Germany "Brian" schrieb im Newsbeitrag ... What is the formula to convert seconds (89 seconds) to minutes and seconds (1.29)? Thanks |
#3
![]() |
|||
|
|||
![]()
On Thu, 9 Dec 2004 12:23:03 -0800, "Brian"
wrote: What is the formula to convert seconds (89 seconds) to minutes and seconds (1.29)? Thanks If you want to keep it in that decimal format, then: =INT(A1/60)+MOD(A1,60)/100 and format as a number with 2 decimal places. --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formatting Hours and Minutes | Excel Discussion (Misc queries) | |||
How do I enter minutes and seconds (lap times)? | Excel Discussion (Misc queries) | |||
Minutes and Seconds | Excel Worksheet Functions | |||
converting from digital degrees to degrees minutes seconds | Excel Worksheet Functions | |||
Minutes to seconds - how to convert? | Excel Worksheet Functions |