sum time

livermore

New Member
Joined
Feb 23, 2011
Messages
39
Hi

I have a column with the following numbers

00:00:15
00:00:48
00:02:02
01:00:23
00:23:54
00:01:23

<tbody>
</tbody>

These indicate the time spent waiting for a response.
I want to be able to sum all these values but for that I need to make them recognizable to excel.

How can I set these values are time and that excel allow me to sum them?
What type of format do I need to use?

thank you
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Have you tried to sum them? If they are entered as you show them then it should work.

Code:
[TABLE="width: 91"]
<tbody>[TR]
[TD="class: xl63, width: 91, align: right"]00:00:15[/TD]
[/TR]
[TR]
[TD="class: xl63, align: right"]00:00:48[/TD]
[/TR]
[TR]
[TD="class: xl63, align: right"]00:02:02[/TD]
[/TR]
[TR]
[TD="class: xl63, align: right"]01:00:23[/TD]
[/TR]
[TR]
[TD="class: xl63, align: right"]00:23:54[/TD]
[/TR]
[TR]
[TD="class: xl63, align: right"]00:01:23[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD="class: xl63, align: right"]01:28:45[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0
CYfT1Iyw
here is a screenshot

CYfT1Iyw

08.20.2019-13.27.png


the result is zero

for sure I'll need to change the format but so far I haven't been able to.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,213,530
Messages
6,114,163
Members
448,554
Latest member
Gleisner2

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