Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am using the most recent version of Excel. I would like to convert
laptimes (mm:sec.ms) into seconds for the purpose of graphing. |
#2
![]() |
|||
|
|||
![]()
Hi
Multiply your times (if they are Excel times) by 24 (hours in a day) then 60 (minutes in an hour) and then 60 (second in a minute) - which is *86400 in total. Format the result as a number - not time. -- Andy. "Nishant" wrote in message ... I am using the most recent version of Excel. I would like to convert laptimes (mm:sec.ms) into seconds for the purpose of graphing. |
#3
![]() |
|||
|
|||
![]()
Multiply time value with 86400 (24*60*60) to get decimal seconds
-- Regards, Peo Sjoblom "Nishant" wrote in message ... I am using the most recent version of Excel. I would like to convert laptimes (mm:sec.ms) into seconds for the purpose of graphing. |
#4
![]() |
|||
|
|||
![]()
=A1*24*60*60 or =A1*86400
-- Kind Regards, Niek Otten Microsoft MVP - Excel "Nishant" wrote in message ... I am using the most recent version of Excel. I would like to convert laptimes (mm:sec.ms) into seconds for the purpose of graphing. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create a custom format to convert seconds to minutes. | Excel Discussion (Misc queries) | |||
How do I convert 00:03:54 to get 234 seconds? | Excel Worksheet Functions | |||
Convert time to all seconds | Excel Discussion (Misc queries) | |||
Convert seconds to minutes and seconds in excel | Excel Worksheet Functions | |||
convert seconds to minutes and seconds | Excel Worksheet Functions |