I am working on trying to get time down to seconds by using a DTG.
Column A has inputs of: 17100932APR10 (17 the day 10:09:32 the Time)
Column AN has the same input but different min and sec.
What I want to capture is just the difference in the min and sec.
this formula below works for the hours and min, I cannot seem to get it the way I want it.
=IF(COUNTA(A15:AN15),REPLACE(AN15,3,5,"")+TEXT(MID(AN15,3,4),"00\:00")-REPLACE(A15,3,5,"")-TEXT(MID(A15,3,4),"00\:00"),"")
Bookmarks