Minutes and seconds!

G

Guest

Guest
I'm trying to track race times in minutes and seconds. Then average the times on a weekly and monthly basis.

What's the correct 'format'?

Any help?
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Hi
Try custom format [m]:ss
You still have to enter zero hours, eg
250 minutes and 40 seconds is entered as
0:250:40

Derek
This message was edited by Derek on 2002-02-24 18:44
 
Upvote 0
Using just straight numbers, with your minutes in column A and your seconds in column B, (and no other numbers in those columns) I worked this out:

=SUM((SUM(A:A)*60+SUM(B:B))/60)/10

No worry about entering proper *times*.
 
Upvote 0
Dreamboat
I used this formula
=SUM(A:A)+TRUNC(SUM(B:B)/60)&"."&MOD(SUM(B:B),60)

Apologise if I'm wrong but I don't think you need the /10 at the end of your formula
regards
Derek
 
Upvote 0
Well, I used the 10 to do the AVERAGE of the 10 cells on which my formula was based. Yes?

I sum the minutes, convert them to seconds, add to the *real* seconds, then divide by 60 to come up with minutes again, then divide by 10 to come up with the average.

_________________
TheWordExpert
This message was edited by Dreamboat on 2002-02-24 20:01
 
Upvote 0

Forum statistics

Threads
1,214,644
Messages
6,120,709
Members
448,983
Latest member
Joaquim_Baptista

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