Hankmardukaas
New Member
- Joined
- Nov 2, 2023
- Messages
- 10
- Office Version
- 2021
- Platform
- Windows
Looking for some help or points to create a formula to provide the average time it will take to run 100 miles at 14.4 minutes per mile (24hrs total) and then convert that to time of day for certain mileage points.
I have been playing around with the formulas below, but am having some trouble and can't get it to work.
=100 * 14.4 / 60
=TEXT(TIME(HOUR(T1), MINUTE(T1) + 30 * 60, SECOND(T1)), "hh:mm AM/PM") - [with T1 being the 24 hrs from the formula above]
Let me know if you have any questions or need any other information. Any help is greatly appreciated.
Thanks!!
I have been playing around with the formulas below, but am having some trouble and can't get it to work.
=100 * 14.4 / 60
=TEXT(TIME(HOUR(T1), MINUTE(T1) + 30 * 60, SECOND(T1)), "hh:mm AM/PM") - [with T1 being the 24 hrs from the formula above]
Let me know if you have any questions or need any other information. Any help is greatly appreciated.
Thanks!!
Last edited: