Hi guys and gals I got a possible tough question for ya.
I'm doing calculations with lap time and race cars and need the fractions of a second. I got my time to work out with a m.ss.000 format. (need the fractions of a second)
But I'm doing calculations in formulas that require ^2 and things like that, so I need a number, not time. (i've tried, I get dumb numbers like 0:00.002)
I found this formula online to convert time into seconds:
=HOUR(A1)*3600+MINUTE(A1)*60+SECOND(A1) This works splendidly for what I need but I want the fraction of a second included in the number as this only does a conversion like this:
Ex. 1:20.500 (one minute, twenty and a half seconds)
converts to 81.000(seconds) Now I have a number to use in formulas but with a rounded value.
I need this:
Ex. 1:20.500
80.500 (seconds)
Anyone got a solution?
I'm doing calculations with lap time and race cars and need the fractions of a second. I got my time to work out with a m.ss.000 format. (need the fractions of a second)
But I'm doing calculations in formulas that require ^2 and things like that, so I need a number, not time. (i've tried, I get dumb numbers like 0:00.002)
I found this formula online to convert time into seconds:
=HOUR(A1)*3600+MINUTE(A1)*60+SECOND(A1) This works splendidly for what I need but I want the fraction of a second included in the number as this only does a conversion like this:
Ex. 1:20.500 (one minute, twenty and a half seconds)
converts to 81.000(seconds) Now I have a number to use in formulas but with a rounded value.
I need this:
Ex. 1:20.500
80.500 (seconds)
Anyone got a solution?