Decimal to Time Format.

G

GEM

What function can I use to convert a decimal number to a time number?? For
example,

The decimal number "1.50" would mean 1 HOUR 30 MINUTES.

1.25 would mean 1 HOUR 15 MINUTES.

Is there a formula for this operation??
 
G

GEM

Thank you!!! Is there a way to inverse this?? Ex. Type 1:30 in one cell and
get 1.50 in another cell?
 
L

Lars-Åke Aspelin

Multiply by 24 and format as number

Lars-Åke

Thank you!!! Is there a way to inverse this?? Ex. Type 1:30 in one cell and
get 1.50 in another cell?
 
D

Dave Peterson

Multiply by 24 and format as General (or number).
Thank you!!! Is there a way to inverse this?? Ex. Type 1:30 in one cell and
get 1.50 in another cell?
 
P

Peo Sjoblom

A1 holds the time value 1:30
in B2

=TEXT(A1*24,"0.00")

or if you need it to be a number format B2 as number with 2 decimals




--


Regards,


Peo Sjoblom
 
G

GEM

Thanks to all!!!!

Peo Sjoblom said:
A1 holds the time value 1:30
in B2

=TEXT(A1*24,"0.00")

or if you need it to be a number format B2 as number with 2 decimals




--


Regards,


Peo Sjoblom
 

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