Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default convertion formula for (min/mile) to (mile/hr)

I'm tring to set up a running log on excel and I want to create a formula
that converts my road pace (minutes/ mile) to a speed (miles / hr) so I can
enter that number on my treadmill. Sounds simple but the formulas I've tried
are giving me false results. Example: Walk 1 mile in 20min gives you a pace
of 20:00:00 and a speed of 3MPH. (60/20=3), but when I make the formula I get
answers like 0.1, 72, or 0

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default convertion formula for (min/mile) to (mile/hr)

Assuming your min/mile number is in A1 (ie. 20), your formula for miles/hour
is =60/A1. This gives you 3 Miles/Hr. The following table shows the times I
tested:

Min/Mile Miles/Hr
20 3
15 4
60 1
1 60

Don't forget to press "Yes" if this was helpful.

Thanks,
rzink

"Run 4fun" wrote:

I'm tring to set up a running log on excel and I want to create a formula
that converts my road pace (minutes/ mile) to a speed (miles / hr) so I can
enter that number on my treadmill. Sounds simple but the formulas I've tried
are giving me false results. Example: Walk 1 mile in 20min gives you a pace
of 20:00:00 and a speed of 3MPH. (60/20=3), but when I make the formula I get
answers like 0.1, 72, or 0

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 193
Default convertion formula for (min/mile) to (mile/hr)

20:00:00 represents 20 hours, not 20 mins, try entering 0:20 instead, then
you'll find that Bob's formula is correct. It works because times are
stored as fractions of a day, so 00:20 is stored/calculated as the value
0.013888... (it is shown as 00:20 for human convenience) so it needs to be
multiplied by 24 (hours) and 60 (mins) to equal 20 before you do the
calculation you would expect to work, i.e. 60/20. The N() stops Excel from
automatically formatting the cell as time (because it recognises that a time
was involved in the calculation).

Once all that is understood (or if your just not interested in it), you can
simplify the formula:

=n(1/(A1*24))

HTH
Steve D.



"Run 4fun" <Run wrote in message
...
I'm tring to set up a running log on excel and I want to create a formula
that converts my road pace (minutes/ mile) to a speed (miles / hr) so I
can
enter that number on my treadmill. Sounds simple but the formulas I've
tried
are giving me false results. Example: Walk 1 mile in 20min gives you a
pace
of 20:00:00 and a speed of 3MPH. (60/20=3), but when I make the formula I
get
answers like 0.1, 72, or 0


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
Nested Array Formula to Determine Average cost Per Mile in 100 mileincrements Mark Gaipo Excel Worksheet Functions 1 October 15th 09 06:59 PM
Pence per mile Double_R New Users to Excel 1 February 8th 09 07:31 PM
stopwatch average per mile JBT Excel Worksheet Functions 2 October 15th 08 09:30 PM
Formula or Function providing Mile value in a cell from 2 addresse Blue Max Excel Worksheet Functions 2 November 13th 06 03:36 PM
Mile value Blue Max Excel Worksheet Functions 6 November 13th 06 03:26 PM


All times are GMT +1. The time now is 07:46 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"