Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Charles
 
Posts: n/a
Default How do convert time into numeric

Hi Charles here,

Convert the time in to number like 96:47 , I want to convert as 96 or 97 (
numeric value)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Vito
 
Posts: n/a
Default How do convert time into numeric


If you still want to keep the "Time" format, you can go to Format|Cells
and choose Custom from the list, then type [h].

or if you want the number format, use: =ROUND(A1*24,0) and format as
number, where A1 contains the original time.


--
Vito
------------------------------------------------------------------------
Vito's Profile: http://www.excelforum.com/member.php...o&userid=29182
View this thread: http://www.excelforum.com/showthread...hreadid=489414

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default How do convert time into numeric

Multiply with 24 and use ROUND or INT

=ROUND(A1*24,0)

=INT(A1*24)

where A1 holds 96:47


--

Regards,

Peo Sjoblom


"Charles" wrote in message
...
Hi Charles here,

Convert the time in to number like 96:47 , I want to convert as 96 or 97 (
numeric value)



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Charles
 
Posts: n/a
Default How do convert time into numeric

Thanks, it works.

"Peo Sjoblom" wrote:

Multiply with 24 and use ROUND or INT

=ROUND(A1*24,0)

=INT(A1*24)

where A1 holds 96:47


--

Regards,

Peo Sjoblom


"Charles" wrote in message
...
Hi Charles here,

Convert the time in to number like 96:47 , I want to convert as 96 or 97 (
numeric value)




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Charles
 
Posts: n/a
Default How do convert time into numeric

Thanks, It works

"Vito" wrote:


If you still want to keep the "Time" format, you can go to Format|Cells
and choose Custom from the list, then type [h].

or if you want the number format, use: =ROUND(A1*24,0) and format as
number, where A1 contains the original time.


--
Vito
------------------------------------------------------------------------
Vito's Profile: http://www.excelforum.com/member.php...o&userid=29182
View this thread: http://www.excelforum.com/showthread...hreadid=489414


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
How do I convert text answers to numeric Tonny Excel Discussion (Misc queries) 3 September 29th 05 01:56 PM
how can I convert numeric number into text firas Excel Discussion (Misc queries) 1 September 21st 05 07:05 PM
How do I convert time (2:30) to a number (2.5) in a formula? tammyj Excel Worksheet Functions 1 August 25th 05 04:46 PM
Convert "Time Interval" in "hours : minutes : seconds" to seconds Ianukotnorth New Users to Excel 7 May 8th 05 08:11 PM
Convert date to length of time in months from set date MJUK Excel Worksheet Functions 1 March 19th 05 06:31 PM


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

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

About Us

"It's about Microsoft Excel"