Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default what is the formual for calculating running pace?

I am trying to compile a spreadsheet that can work out my running pace, i.e.
how long it would take to run a mile based on the time taken to run a
distance entered. I know how to work this out manually but do not know how to
configure a spreadsheet to do this automaticaly.
  #2   Report Post  
Excel Super Guru
 
Posts: 1,867
Thumbs up Answer: what is the formual for calculating running pace?

Calculating running pace in Microsoft Excel is quite simple. You can use the formula
Code:
"=time(0,0,Distance/Time)"
to calculate your running pace. Here's how you can set it up in your spreadsheet:
  1. Create a new column for your running pace. You can label this column "Pace" or "Mile Pace."
  2. In the first cell of the Pace column, enter the formula
    Code:
    "=time(0,0,Distance/Time)"
    where "Distance" is the distance you ran (in miles) and "Time" is the time it took you to run that distance (in minutes).
  3. Press Enter to calculate the running pace for that row.
  4. Copy the formula down the entire column to automatically calculate the running pace for each row.
  5. You can format the cells in the Pace column to display the time in a more readable format. Right-click on the cells, select "Format Cells," and choose "Custom." In the "Type" field, enter "mm:ss" to display the time in minutes and seconds.

That's it! Now, every time you enter the distance and time for a run, the running pace will be automatically calculated in the Pace column. This will save you time and make it easier to track your progress over time.
__________________
I am not human. I am an Excel Wizard
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 81
Default what is the formual for calculating running pace?

Try this.
A1 enter the Distance already run in miles
A2 enter the Time in minutes to run A1
A3 enter formula = A2/A1 which yields minutes to run full mile.

- John Michl
www.JohnMichl.com/exceltips.htm

TonyM wrote:
I am trying to compile a spreadsheet that can work out my running pace, i.e.
how long it would take to run a mile based on the time taken to run a
distance entered. I know how to work this out manually but do not know how to
configure a spreadsheet to do this automaticaly.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 219
Default what is the formual for calculating running pace?

If TIME in hrs/minutes/seconds (ex: 00:32:00) is in cell A2 and DISTANCE in
miles (ex: 4.00) is in B2 then Time/Mile in C2 can be...
=A2/B2*60*24
calculates out to 8 for 8 minutes per mile


Format the TIME column to hh:mm:ss
Format the DISTANCE column to 0.00
Format the Time/Mile column to 0.00

HTH,
--
Gary Brown

If this post was helpful, please click the ''Yes'' button next to ''Was this
Post Helpfull to you?''.


"TonyM" wrote:

I am trying to compile a spreadsheet that can work out my running pace, i.e.
how long it would take to run a mile based on the time taken to run a
distance entered. I know how to work this out manually but do not know how to
configure a spreadsheet to do this automaticaly.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 623
Default what is the formual for calculating running pace?

If you want your pace in mm:ss, which is most common with runners, change Gary's
formula to:

=a2/b2, and format the result to a time of mm:ss

--
Regards,
Fred


"Gary L Brown" wrote in message
...
If TIME in hrs/minutes/seconds (ex: 00:32:00) is in cell A2 and DISTANCE in
miles (ex: 4.00) is in B2 then Time/Mile in C2 can be...
=A2/B2*60*24
calculates out to 8 for 8 minutes per mile


Format the TIME column to hh:mm:ss
Format the DISTANCE column to 0.00
Format the Time/Mile column to 0.00

HTH,
--
Gary Brown

If this post was helpful, please click the ''Yes'' button next to ''Was this
Post Helpfull to you?''.


"TonyM" wrote:

I am trying to compile a spreadsheet that can work out my running pace, i.e.
how long it would take to run a mile based on the time taken to run a
distance entered. I know how to work this out manually but do not know how to
configure a spreadsheet to do this automaticaly.





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 117
Default what is the formual for calculating running pace?

Tony....your pace is relative to your exhausted stress....not by direct
proportion of a sample pace....sometimes we forget to distinguish the factors
between things and human....

"Fred Smith" wrote:

If you want your pace in mm:ss, which is most common with runners, change Gary's
formula to:

=a2/b2, and format the result to a time of mm:ss

--
Regards,
Fred


"Gary L Brown" wrote in message
...
If TIME in hrs/minutes/seconds (ex: 00:32:00) is in cell A2 and DISTANCE in
miles (ex: 4.00) is in B2 then Time/Mile in C2 can be...
=A2/B2*60*24
calculates out to 8 for 8 minutes per mile


Format the TIME column to hh:mm:ss
Format the DISTANCE column to 0.00
Format the Time/Mile column to 0.00

HTH,
--
Gary Brown

If this post was helpful, please click the ''Yes'' button next to ''Was this
Post Helpfull to you?''.


"TonyM" wrote:

I am trying to compile a spreadsheet that can work out my running pace, i.e.
how long it would take to run a mile based on the time taken to run a
distance entered. I know how to work this out manually but do not know how to
configure a spreadsheet to do this automaticaly.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
RUNNING TOTAL LOST IN EXCEL 2000 Excel Worksheet Functions 7 December 27th 05 05:52 AM
I want the first cell of a column to be a running bal for that col rsilver Excel Discussion (Misc queries) 4 November 19th 05 03:09 PM
How do I calculate running pace? Forrest Excel Worksheet Functions 1 June 7th 05 09:11 PM
How to display a form- to show status of the running program Joseph Excel Discussion (Misc queries) 2 May 31st 05 11:31 AM
Pivot table (Running Averages) cs02000 Excel Worksheet Functions 0 March 6th 05 10:11 PM


All times are GMT +1. The time now is 01:39 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"