covert 72.8 to 72:48

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

what is the formula to convert a time that is hours and decimal of hours to
hours and minutes for instance 72.8 to 72:48
 
what is the formula to convert a time that is hours and decimal of hours to
hours and minutes for instance 72.8 to 72:48

That depends on what you want to do with the value.

Basically, you divide by 24 and format the result as Format/Cells/Number/Custom
Type: [h]:mm

That would give a value that Excel would recognize as time.

You could also use the formula:

=TEXT(A1/24,"[h]:mm")

which would give a text string.


--ron
 
Rosemary,

If the value is in cell A1, use

=A1/24

and format the cell with the formula for a custom number format of [h]:mm.

HTH,
Bernie
MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top