Convert time format to a decimal

M

Michele

I have a forumula that calculates total time. The results are shown in a
time format (66:30:00). How can we convert this to a decimal (66.5 hours)?
Thank you for your help.

Michele
 
D

Dave Peterson

multiply by 24 and format it as general.

=a1*24
(and format that cell as general)
 
Top