How can I perform calculations in Excel using time?

D

DES

I have created a spreadsheet in Excel, tracking the time it took (minutes and
seconds) for each mile of a marathon (26 miles, 385 yards). I am trying to
find a way to get Excel to add the times, thus giving me the total time it
took to complete the race...I'm having difficulty finding the correct format
for the time for each mile, and how to get Excel to add it, giving me an
answer in hours and minutes. Is there any way to do this?
 
C

Conan Kelly

DES,

If each of your times are in one cell formatted as "mm:ss", then add them
together as you would any other regular numbers.

=A1+A2+A3
or
=SUM(A1:A3)

all you need to do is format your cell differently. If you use "[h]:mm:ss"
as a custom format, that will show elapses hours, minutes, and seconds. If
you use "[m]:ss", that will display elapsed minutes and seconds.

If you have minutes and seconds in 2 different cells for each time, that
will be a little bit trickyer. Please write back with more information if
that is so.

HTH,

Conan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top