Adding Units of minutes and seconds

Olive Oil Guy

New Member
Joined
Dec 13, 2014
Messages
4
I am creating a recording log and would like to add the various recording times - i.e. 16 tracks of various times such as
1:35 and 2:46 and 1:22, etc.
When I of course add up sixteen various times they do not total properly.
Thanks - Dave,
The Olive Oil Guy
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
First, when you display the result of time arithmetic, use the cell format Custom [m]:ss or [m]:ss.000 . The bracketed [m] displays minutes greater than 59.

Second, if you enter 1m 35s as 1:35, Excel interprets that as 1h 35m. Enter 1m 35s as either 0:1:35 or 1:35.0 . You might need to reformat the cell as Custom [m]:ss . You might get away with m:ss; but [m]:ss can reveal mistakes. ("Defensive programming".)

Finally, be forewarned that fractional seconds like 1:35.678 are not displayed correctly in the Formula Bar. This has two consequences. First, we can see fractional seconds only after formatting the cell properly, for example [m]:ss.000 , and pressing Enter. Second, we cannot edit the time if we want to retain (or change) the fractional part. We must re-enter the entire value with the appropriate changes.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,016
Messages
6,122,700
Members
449,092
Latest member
snoom82

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top