time/distance calculation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how do I set up a calculation for time/distance. For instance, if 6 miles per
hour and you have .5 miles to go-what is the time in decimal?
 
In minutes...
=(Length*60)/MPH
= (.5 * 60) / 6 = 5 minutes

As a decimal of an hour...
=Length/MPH
= .5 / 6 = .083333

HTH,
Gary Brown
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top