Is there any easy way to tally up the minutes and seconds?

Burrgogi

Active Member
Joined
Nov 3, 2005
Messages
340
Office Version
  1. 2010
Platform
  1. Windows
I've been watching a TV series and recorded the runtime of each episode. In column A, I have something like:

52:32
53:26
52:44
etc.

I'd like to subtract 1 min and 38 sec from each of these numbers and get a grand total at the end.

I could easily calculate it by hand but I have nearly ~70 of these and that would take quite some time. Is there any way to do this using a formula?
 
What exactly is in the cell & is 52:32 meant to be 52 hours 32 mins or 52 mins 32 secs

All the episodes are less than 1 hour so the times I listed in my OP are mm:ss.

All I did was copy & paste your formula in a test worksheet.
 
Upvote 0

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Burrgogi I did make a little error on my format of time. Maybe [h]:mm:ss would be a better custom format. The good news is you have some examples to choose from.


20-09-15 time.xlsx
ABCDE
1TimeSubtract from each time
20:52:320:01:380:50:54
30:53:260:51:48
40:52:440:51:06
5Grand Total2:33:48
Time format
Cell Formulas
RangeFormula
E2:E4E2=A2-$C$2
E5E5=SUM(E2:E4)
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,751
Members
448,989
Latest member
mariah3

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