Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Good morning
I was wondering if anyone had a formula that would convert a total number of seconds to minutes and seconds. For example, converting the number 151 to 2:31 (2 minutes and 31 seconds). The numbers I need converting will always be of low value so I will never need to include a figure for hours. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming your seconds are in A1, enter this formula in B1:
=A1/60/60/24 and format the cell as Custom [m]:ss Hope this helps. Pete JaB wrote: Good morning I was wondering if anyone had a formula that would convert a total number of seconds to minutes and seconds. For example, converting the number 151 to 2:31 (2 minutes and 31 seconds). The numbers I need converting will always be of low value so I will never need to include a figure for hours. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating and Adding Hours, Minutes, and Seconds in a CALL LOG | Excel Worksheet Functions | |||
How do I sum increments of minutes and seconds | Excel Worksheet Functions | |||
Adding minutes & seconds | Excel Discussion (Misc queries) | |||
Formatting minutes and seconds to calculate a total average | Excel Worksheet Functions | |||
Sum minutes and seconds to total hours | Excel Discussion (Misc queries) |