Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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?? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Divide by 24 and format as time.
-- David Biddulph "GEM" wrote in message ... 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?? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you!!! Is there a way to inverse this?? Ex. Type 1:30 in one cell and
get 1.50 in another cell? "David Biddulph" wrote: Divide by 24 and format as time. -- David Biddulph "GEM" wrote in message ... 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?? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Multiply by 24 and format as number
Lars-Åke On Wed, 30 Jul 2008 14:36:01 -0700, GEM wrote: Thank you!!! Is there a way to inverse this?? Ex. Type 1:30 in one cell and get 1.50 in another cell? "David Biddulph" wrote: Divide by 24 and format as time. -- David Biddulph "GEM" wrote in message ... 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?? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Multiply by 24 and format as General (or number).
GEM wrote: Thank you!!! Is there a way to inverse this?? Ex. Type 1:30 in one cell and get 1.50 in another cell? "David Biddulph" wrote: Divide by 24 and format as time. -- David Biddulph "GEM" wrote in message ... 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?? -- Dave Peterson |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 "GEM" wrote in message ... Thank you!!! Is there a way to inverse this?? Ex. Type 1:30 in one cell and get 1.50 in another cell? "David Biddulph" wrote: Divide by 24 and format as time. -- David Biddulph "GEM" wrote in message ... 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?? |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks to all!!!!
"Peo Sjoblom" wrote: 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 "GEM" wrote in message ... Thank you!!! Is there a way to inverse this?? Ex. Type 1:30 in one cell and get 1.50 in another cell? "David Biddulph" wrote: Divide by 24 and format as time. -- David Biddulph "GEM" wrote in message ... 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?? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding time in 24 hour format to produce hours in decimal format | Excel Worksheet Functions | |||
Format time as decimal? | Excel Discussion (Misc queries) | |||
Convert time format to a decimal | Excel Worksheet Functions | |||
How do I convert time (38:30) to decimal (38.5) format? | Excel Worksheet Functions | |||
Track time in HH:min.min(Decimal) format | Excel Discussion (Misc queries) |