Marathon pace sheet

navin48

New Member
Joined
Jul 7, 2009
Messages
4
Hi,
I need some help in this, below is my query.

I'm looking at creating a sheet by which i can calculate the total time and pace for a marathon based on the time taken (pace) per mile.
To illustrate this, let's say
Mile 1 - 9:00
Mile 2 - 8:45
Mile 3 - 8:40
Mile 4 - 8:30
Mile 5 - 9:30
Mile 6 - 10:00
Mile 7 - 9:15
Mile 8 - 8:50
and so on.

What i'm trying to put across is that if i have different paces for each mile, the formula should be able to sum up the time from all the 27 cells (26 miles and the extra cell for the 0.2 mile), and -> 1. show me that in hh:mm:ss, 2. show me the average pace for the entire marathon.

I tried doing that in excel, but the total hours shows some weird number and the pace too doesn't come out right.

Please help.

Thanks in advance,
Navin
 
Hello Navin, welcome to MrExcel

If you put 9:30 in a cell then Excel reads that as 9 hours and 30 minutes. You could still work with that data but it might be better to input as 0:09:30 then Excel will accept that as 9 mins 30 seconds.

You can format the cells with a custom format of m:ss so that it only display 9:30.

Now when you sum those you should get your circa 4 hour total.

Divide the total by 26.2 for the average pace per mile
 
Upvote 0
Hello Navin, welcome to MrExcel

If you put 9:30 in a cell then Excel reads that as 9 hours and 30 minutes. You could still work with that data but it might be better to input as 0:09:30 then Excel will accept that as 9 mins 30 seconds.

You can format the cells with a custom format of m:ss so that it only display 9:30.

Now when you sum those you should get your circa 4 hour total.

Divide the total by 26.2 for the average pace per mile
Thanks a lot for your help Barry.
 
Upvote 0
Hi Navin, Welcome to the board!
Maybe you can do something like this:
Excel Workbook
ABC
1MilePaceCumulative Time
20
3109:0000:09:00
4208:4500:17:45
5308:4000:26:25
6408:3000:34:55
7509:3000:44:25
8610:0000:54:25
9709:1501:03:40
10808:5001:12:30
11909:0001:21:30
121008:4501:30:15
131108:4001:38:55
141208:3001:47:25
151309:3001:56:55
161410:0002:06:55
171509:1502:16:10
181608:5002:25:00
191709:0002:34:00
201808:4502:42:45
211908:4002:51:25
222008:3002:59:55
232109:3003:09:25
242210:0003:19:25
252309:1503:28:40
262408:5003:37:30
272509:0003:46:30
282608:4503:55:15
2926.208:4003:56:59
Sheet1
Excel 2003
Cell Formulas
RangeFormula
C3=C2+(B3*(A3-A2))


That said, the conventional wisdom is that you should just determine your average pace and stick to that for each mile of the run (not that I have ever managed to do that yet). But that disussion's for another forum (with the initials 'RW') I suppose.
 
Upvote 0
Thanks Alan. Yeah i agree, the idea is to even pace your run through out. Coz of which most of the pace charts out there show you pace equally for all miles. But i just wanted to make my own chart, so that i can factor for slow miles in the beginning, target pace for the middle half and quicker miles towards the end - which hopefully will turnout to be my race in my next marathon :-)
I did the cummulative on an additional column already in the chart i made up, thanks though for your suggestion. It always helps!
 
Upvote 0
Thanks. Do u have the file for this. It'll be easy to fetch stuff from the file than typing it out from here. Thanks.
 
Upvote 0

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