Hi Everybody,
Can someone join Formula #1 and formula #2 into one:
Eg of text string in A1: "Line 1884: 10:28:24.817 00000015 I Activity Duration: 00:00:25.3812446 - activity"
Formula #1 in cell B1 "=RIGHT(A1,LEN(A1)-FIND("n: ",A1)-2)"
Formula #2 in cell C1 "=LEFT(D1,FIND(".",D1)-1)"
I only want the time [hh:mm:ss]
Thanks, guys
Can someone join Formula #1 and formula #2 into one:
Eg of text string in A1: "Line 1884: 10:28:24.817 00000015 I Activity Duration: 00:00:25.3812446 - activity"
Formula #1 in cell B1 "=RIGHT(A1,LEN(A1)-FIND("n: ",A1)-2)"
Formula #2 in cell C1 "=LEFT(D1,FIND(".",D1)-1)"
I only want the time [hh:mm:ss]
Thanks, guys