Pace chart calculation help

silverhawk

New Member
Joined
Jan 27, 2016
Messages
2
I enjoy running, and I help my coworkers with their running goals. Many of them are required to run 1.5 miles for an annual fitness test (6 laps on a quarter mile track), and I'd previously developed a chart that would tell them what their lap pace on a track needed to be in order to pass said test. I've even added different categories hased on how certain runners track their pace (mile, quarter mile, tenth mile, speed). However, having recently moved I have discovered an indoor track that is used during bad weather. This indoor track requires them to run 26 laps + 102 extra feet for the same mile-and-a-half distance (the math comes out to 302 feet per lap), and several of them have found that they pace better off this one, based on a given random number (say 35 seconds per lap).

Since I'm new here and don't know how to simply attach a spreadsheet, here's an example of what I already have (labels, format, data, formulas):

1.5 mi pace1 mi pace0.25 mi pace.010 mi paceSpeed
TextCustom: m:ss.00Custom: m:ss.00Custom: m:ss.00Number
12:00=(((MID(A3, 1, 2) * 60) + MID(A3, 4, 2)) * (2 / 3)) / 86400=B3 / 4=B3 / 10=3600 / (((MID(A3, 1, 2) * 60) + MID(A3, 4, 2)) * (2 / 3))
12:008:00.002:00.000:48.007.500
12:058:03.332:00.830:48.337.448
12:108:06.672:01.670:48.677.397

How can I calculate and format the time of the 26-and-a-bit-lap track?
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
one lap like you said is 302 feet so 302/5280 = 0.0571969696969...

so calculate the pace for that...

here is your header for this 5th column...

=302/5280&" mi pace"

And the pace needed based on the 1 mi pace

=302/5280*B2

Also your 0.010 mi pace calculation is wrong... you are actually calculating a 0.10 mi pace if you are dividing the 1 mi pace by 10
 
Last edited:
Upvote 0
Thanks. I did a little tweaking to get more exact measurements (just shy of 302 ft; my half-marathon runner is a bit of a perfectionist), and it worked splendidly.
Also, good call on the .010. I meant to say 0.10, but fat-fingered it when typing.
 
Upvote 0

Forum statistics

Threads
1,222,095
Messages
6,163,889
Members
451,864
Latest member
Pandorom

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