Creating formulas in Numbers

I want to create a spreadsheet that divides time by intervals within a track. For example, I want the top row to display times and the first column to display distance by 200 meter intervals. Is there a formula for that?


If a track runner wanted to run at a 6:00 pace, what would the time break down be for each 200 meter interval? What type of formula could I use for that. Of course 6:00 is easily divisible but not as much for me once we get into 6:13 pace, etc...

MacBook Pro (13-inch Mid 2012), iOS 7.1.2

Posted on Jul 24, 2014 3:30 PM

Reply
3 replies

Jul 25, 2014 6:05 AM in response to betsymoran

Betsy,


If the 6 minute pace is for a mile (I'm just guessing) then that defines how far a runner runs any fixed distance.


Here is a way to do this:

User uploaded file


B5 contains the distance over which you want to get the check points and

B6 contains the duration over which a runner needs to cover the distance (duration means enter as "6m 0s" for 6 minutes 0 seconds)


row 1 contains checkpoints numbers 0 through 8

B2=B1×$B$5÷MAX(1:1)


this is shorthand for select cell B2 then type (or copy and paste from here) the formula:

=B1×$B$5÷MAX(1:1)


select cell B2, copy, select cells B2 thru J2, paste


B3=B2÷($B$5÷DUR2SECONDS($B$6))

select cell B2, copy

select cells B2 thru J3, paste


the results in row three are in seconds

Jul 25, 2014 9:31 AM in response to betsymoran

Hi Betsy,


After sleeping on it, here is my solution. You need to specify a total distance- it can be whatever you want. You can add columns if you want to compare different times. You can add rows ifyou want greater distances.

User uploaded file

you see the formula in B5, it is filled down and then across.


I made these choices as to the Duration format in B3, C3:

User uploaded file


quinn

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Creating formulas in Numbers

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.