Converting Numbers to Time

G

Guest

I have a cell that shows 2.75 hours per widget. What the
best way to convert that to time i.e 2 Hrs. 45 Minutes?
 
D

Dan E

A formula
=TIME(QUOTIENT(A1,1),MOD(A1,1)*60,0)

I apologize for the previous message, it just sent itself???

Dan E
 
G

Guest

I wasn't clear. The cell is a number only that shows
2.75. From a timevalue this would equate to 2 hours and
45 minutes. Is there a formula that would convert the
numbers into time (like 2.38 for example, how many minutes
is .38?)

Thanks
 

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

Top