Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 361
Default Reformat A Time Value To Add/Subtract

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Reformat A Time Value To Add/Subtract

=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
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
synchronizing timestamp feature with time on video software. 999 Excel Discussion (Misc queries) 4 July 30th 06 10:49 PM
formula to determine time range overlap? William DeLeo Excel Discussion (Misc queries) 0 June 6th 06 08:26 PM
Hot key for time? Dave in Des Moines Excel Worksheet Functions 2 March 24th 06 04:15 PM
time sheet drop down lists Steve Excel Discussion (Misc queries) 12 March 18th 06 10:30 PM
time differences in a column 68magnolia71 Excel Worksheet Functions 3 May 9th 05 09:46 PM


All times are GMT +1. The time now is 06:55 AM.

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

About Us

"It's about Microsoft Excel"