Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
My Time Values come in like this :
80814240354 I need to work with the last 8 characters. In this case 14240354 - which is a time "XX:XX:XX:XX" (hours:minutes:seconds:milliseconds). I need to be able to add and subtract inorder to measure the time differences. Is this possible. Thank you in advance. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=TIME(MID(A1,4,2),MID(A1,6,2),MID(A1,8,2))+RIGHT(A 1,3)/24/60/60/1000
Format custom as hh:mm:ss.000 -- Kind regards, Niek Otten Microsoft MVP - Excel "carl" wrote in message ... | My Time Values come in like this : | | 80814240354 | | | I need to work with the last 8 characters. In this case 14240354 - which is | a time "XX:XX:XX:XX" (hours:minutes:seconds:milliseconds). | | I need to be able to add and subtract inorder to measure the time | differences. | | Is this possible. | | Thank you in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
synchronizing timestamp feature with time on video software. | Excel Discussion (Misc queries) | |||
formula to determine time range overlap? | Excel Discussion (Misc queries) | |||
Hot key for time? | Excel Worksheet Functions | |||
time sheet drop down lists | Excel Discussion (Misc queries) | |||
time differences in a column | Excel Worksheet Functions |