View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Convert hours to minutes

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



"Emece" wrote:

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.-