Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
We want to import .CSV files into Ecel, and graph the data. Excel seems to
recognize time formats that include seconds, but not milliseconds. How can we format time to handle milliseconds. |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
[hh]:mm:ss.000 , for example
-- David Biddulph "Bazza" wrote in message ... We want to import .CSV files into Ecel, and graph the data. Excel seems to recognize time formats that include seconds, but not milliseconds. How can we format time to handle milliseconds. |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
I do a similar thing. My time data are imprted as times, so assuming two times are in A1 and A2, the time difference in milliseconds is =1000*(A2-A1) if you give your cell a custom number format of [s] Dave url:http://www.ureader.com/msg/10296287.aspx |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert time stored as decimalised number to time format | New Users to Excel | |||
How can I handle negative time values? | Excel Worksheet Functions | |||
Fill handle turned into a move handle | Excel Discussion (Misc queries) | |||
i need to format a column as microseconds ? how do i do this | Excel Discussion (Misc queries) | |||
Remove time from a date and time field? Format removes the displa. | Excel Worksheet Functions |