A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi DVE88, the formula you need is:
=(LEFT(F1,5))/J2/24
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello.
I am using excel to create a record of some cycling events. I have Distance in cell F1 (formatted using Custom) -> 0.00" km" so if i type "100" into the cell, it displays as "100 km". I have Time in cell J2 (formatted using Custom) -> hh:mm:ss: and i type in the cell "=TIME(01,02,03) so it will display time as "01:02:03: but this omits fractions of a second, which can occur, in some events. I have Speed in cell K2 - but whilst I have tried various formula, I cannot calculate this correctly.
Can anyone suggest a solution?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi DVE88, the formula you need is:
=(LEFT(F1,5))/J2/24
DVE88, I just formatted that cell as Custom - hh:mm:ss
I don't have AM or PM showing . . .
I only get AM or PM when I format the cell as Custom - h:mm:ss am/pm
Actually I think it is your Time formula that is the issue . . .
I am using 02:24:00, do you need the milliseconds?
Hi DVE88, grab this sample sheet from DropBox, that formula works on that sheet!
Hey Dave, thank you for the fast response. I have just tried this formula (directly into K2) but it returned an error.
Here is the data i used.
F2 cell data is "100" it is formatted under Custom 0.00" km" it displays as "100 km"
J2 cell data is "2hr 24min" it is formatted under Custom [hh]:mm:ss.00 using cell input
formula =TIME(2,24,0) displays as "02:24:00:00"
K2 cell data is general and used the formula you added as cell input.