L
Lee Grant
Hi folks,
I've been having a problem with an Excel sheet that calculates time. Very
simply:
Column A: I have a sprinters lap time (for example 00:02:43 - formatted to
[hh]:mm:ss - so the runner did the lap in 2 minutes 43 seconds)
Column B: I put the sprinters estimated lap time (in the same format)
Column C: I want to calculate the difference between the actual and the
estimated.
Obviously I have encountered a problem when the runner laps slower than the
estimated time:
I found one way around the problem on the internet using this formula:
=IF(B1>A1,B1-A1,TEXT(ABS(B1-A1),"-mm:ss"))
But as this converts the number to TEXT it doesn't allow me to perform the
final task which is put in multiple laps and calculate the total difference
(with the possibility of positive and negative times).
Apart from whipping the runners so they run quicker - is there a way to get
Excel to sort this one out!
Kindest Regards,
Lee
I've been having a problem with an Excel sheet that calculates time. Very
simply:
Column A: I have a sprinters lap time (for example 00:02:43 - formatted to
[hh]:mm:ss - so the runner did the lap in 2 minutes 43 seconds)
Column B: I put the sprinters estimated lap time (in the same format)
Column C: I want to calculate the difference between the actual and the
estimated.
Obviously I have encountered a problem when the runner laps slower than the
estimated time:
I found one way around the problem on the internet using this formula:
=IF(B1>A1,B1-A1,TEXT(ABS(B1-A1),"-mm:ss"))
But as this converts the number to TEXT it doesn't allow me to perform the
final task which is put in multiple laps and calculate the total difference
(with the possibility of positive and negative times).
Apart from whipping the runners so they run quicker - is there a way to get
Excel to sort this one out!
Kindest Regards,
Lee