Adding hours, minutes, seconds... not time on a clock

RodneyW

Active Member
Joined
Sep 24, 2010
Messages
481
Office Version
  1. 2013
Platform
  1. Windows
I had a similar question yesterday that was successfully answered but this is a little different. I'm trying to add hours, minutes, seconds to get a total running time, not time on a clock. The column headlined "Length" is the length of time a specific action requires. It will always be minutes and seconds, never an hour, these items will never exceed 10 minutes. The column titled "Total" should be a running total of the "Length" entries. You can see that once the total exceeds 24, it reverts back to zero as if a new day starts. Where this shows 0:26, I need it to show 24:26 and later when the total is high enough 1:12:42.

Excel 2013. Thanks in advance

1734653950873.png
 

Attachments

  • 1734653878167.png
    1734653878167.png
    5.5 KB · Views: 7

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
If your values are entered as 00:01:30 and the cells are first formatted as (custom) [h]:mm:ss then Sum over the range might give you what you need. Using what I think is your values I get 29 minutes and 7 seconds. Maybe I mis-typed (that's why cut and paste is better than pics of data). If the duration exceeds 00:59:59 then you'll get something like 1:05:06


0:01:300:29:07
0:02:58
0:03:35
0:03:20
0:03:23
0:05:20
0:04:20
0:00:25
0:02:56
0:01:20
 
Upvote 0

Forum statistics

Threads
1,225,738
Messages
6,186,728
Members
453,368
Latest member
positivemind

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