Thanks for the rely but the trans time is digital I think so 105514 is not 10:55:14Hi,
Based on your data structure, if your date is YYYYMMDD and time is HHMMSS, this can be used:
=DATE(LEFT(A2,4),MID(A2,5,2), RIGHT(A2,2))+TIME(LEFT(E2,2),MID(E2,3,2),RIGHT(E2,2))
Regards,
Hi,
What is your expected outcome for 105514 if it is not 10:55:14?
Regards,
Not yet I posted an example of current workbook called Opus trigger timesI assume you've solved it