Hi All, I am using a running app that gives me distance run, average pace per run and average pace per km. From the app, I can see my average per run, fastest per km and slowest per km. I would like to be able to convert this to per mile. The average is not difficult, just to convert the km to mi, and divide into the time. However, converting the fastest and slowest is somehow defeating me... I can convert the time to decimal, and multiply by the miles run to know how much I would have run in that time, but how to convert back to minutes per mile?