Milliseconds in Excel???

fv_007

New Member
Joined
Jul 31, 2002
Messages
2
I want to important some elapsed time data from a scientific instrument into excel for further calculations. The instrument provides elapsed time in the following format:

01:02:03:123

where 01 = hours, 02 = minutes, 03 = seconds and 123 = milliseconds

Excel does not seem to recognize milliseconds.

Any soggestions for working with this type of data in Excel?

Thanks, Frank
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Excel expects to see milliseconds as...

01:02:03.123

If you can't get your source data to conform import it as text, and convert it using...

=REPLACE(A1,9,1,".")+0

...where your time values are in column A. Format the converted values as...

hh:mm:ss.000
This message was edited by Mark W. on 2002-08-01 09:11
 
Upvote 0

Forum statistics

Threads
1,215,025
Messages
6,122,734
Members
449,094
Latest member
dsharae57

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top