Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
biegs
 
Posts: n/a
Default Entering numbers to get the time

I am trying to enter a number such as 15075, so that the result is 1:50.75
(that is 1 minute 52 seconds and 75 one hundredths of a second).

Thanks in advance biegs!!!


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ted
 
Posts: n/a
Default Entering numbers to get the time

hi, you could try right clicking on the cell you want to display times/dates
(or highlight the entire area) and select "Format Cells". Under the "Number"
tab, you can select time, date or 'special' where you can choose different
options.

hope this helps.

Ted.

"biegs" wrote:

I am trying to enter a number such as 15075, so that the result is 1:50.75
(that is 1 minute 52 seconds and 75 one hundredths of a second).

Thanks in advance biegs!!!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default Entering numbers to get the time

Try using the TIME function.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
vezerid
 
Posts: n/a
Default Entering numbers to get the time

Are you looking for a formula that will calculate the time in a
separate cell?

If so, the following formula will do:
=TIME(0, LEFT(A2,LEN(A2)-4),MID(RIGHT(A2,4),1,2))+RIGHT(A2,2)/8640000

Assumption: there will always be two digits for the seconds and
hundreths of seconds. In other words, we have the format: mm:ss.00. Use
this format in your destination cell.

HTH
Kostis Vezerides

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
numbers to time Jibba02 Excel Worksheet Functions 2 November 2nd 05 07:12 AM
Adding numbers to several cells at one time Bob Excel Worksheet Functions 4 August 10th 05 04:30 PM
unmet challenge boris Excel Worksheet Functions 2 March 16th 05 02:13 PM
Entering numbers with variable decimal places. Jack Excel Worksheet Functions 8 February 2nd 05 04:35 AM
Entering More than 15 numbers [email protected] Excel Discussion (Misc queries) 0 January 14th 05 01:55 AM


All times are GMT +1. The time now is 08:16 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"