I have a bunch of file paths that look like this:
e:\Datasheet\Docs\images\1.2.840\1.2.840.113986
I'm looking for a way in Excel to trim off everything after the last backslash \
.
I've tried =LEFT(A1,FIND(",",A1)-1)
but all I get back is two numbers.
The expected outcome I'm looking for is: e:\Datasheet\Docs\images\1.2.840\