I feel somewhat guilty for this, because there seems to be a fair bit of information out there on this topic, but I couldn't find the specific example I needed after much googling, I've struggled to adapt the example formulas I've seen (using TRIM, MID, LEFT, FIND, etc. and I'm under a bit of time pressure.
What I have is a long list of file locations and names
e.g.
c:\Test\Folders\My Stuff\wordDoc.docx
c:\My work\Safety Test.doc
c:\Trial\2015\June\Alpha\Manual Handling.docx
I need all the text before the last slash ... i.e. just the file location
So the results for the above, would be:
c:\Test\Folders\My Stuff
c:\My work
c:\Trial\2015\June
Any help would be appreciated.
What I have is a long list of file locations and names
e.g.
c:\Test\Folders\My Stuff\wordDoc.docx
c:\My work\Safety Test.doc
c:\Trial\2015\June\Alpha\Manual Handling.docx
I need all the text before the last slash ... i.e. just the file location
So the results for the above, would be:
c:\Test\Folders\My Stuff
c:\My work
c:\Trial\2015\June
Any help would be appreciated.