Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
GEM GEM is offline
external usenet poster
 
Posts: 90
Default Decimal to Time Format.

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Decimal to Time Format.

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
GEM GEM is offline
external usenet poster
 
Posts: 90
Default Decimal to Time Format.

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 913
Default Decimal to Time Format.

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Decimal to Time Format.

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default Decimal to Time Format.

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
GEM GEM is offline
external usenet poster
 
Posts: 90
Default Decimal to Time Format.

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding time in 24 hour format to produce hours in decimal format Hercdriver Excel Worksheet Functions 11 December 29th 09 02:06 AM
Format time as decimal? Roberta Excel Discussion (Misc queries) 2 March 2nd 07 06:29 PM
Convert time format to a decimal Michele Excel Worksheet Functions 2 July 17th 06 07:54 PM
How do I convert time (38:30) to decimal (38.5) format? Lori Excel Worksheet Functions 4 November 9th 05 05:00 AM
Track time in HH:min.min(Decimal) format Garth Hales Excel Discussion (Misc queries) 3 February 16th 05 04:55 PM


All times are GMT +1. The time now is 01:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"