Convert time to running pace per mile

G

Guest

I am trying to define a forumla that will, based on the time (e.g. 20:32)
entered into one cell, will calculate the running "pace per mile" in another
cell automatically. An example would be:

If I ran 3 miles in 21 minutes that would equal a 7 minute mile pace.

or

If I ran 3 miles in 20:10 minutes that would equal a 6:46 minute mile pace.
 
N

Norman Jones

Hi J,

I do not see an obvious programming connotation to your question.

However, Speed = Distance / Time, so try:

A1: = Distance
B1 = Time
C1 =A1/B1
 

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

Top