HH:MM:SS to decimal

  • Thread starter Thread starter John T Kennedy
  • Start date Start date
J

John T Kennedy

I need to convert a time of more than 24 hours, like 37:45:00 to a decimal
value, 37.75, but don't know the proper function.

Thanks in advance for your help!

JTK
 
Multiply by 24.
Make sure you format the cell to General or Number.

=A1*24
--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

I need to convert a time of more than 24 hours, like 37:45:00 to a decimal
value, 37.75, but don't know the proper function.

Thanks in advance for your help!

JTK
 
Back
Top