Convert hours to minutes

  • Thread starter Thread starter Emece
  • Start date Start date
E

Emece

I have a column with the following format: 01:10:22 (hours, minutes,
seconds), and want to know to how much minutes this corresponds.

Which is the operation I have to do?

Thanks in advance

Regards,
Emece.-
 
Hi,

If you don't want seconds simply format as [m]

if you want decimal minutes to include the seconds with you time in a1 use
the formula

=A1*1440 and format as general.

Mike
 
Back
Top