I basically have one column that needs to be tweaked. The format of the column is as follows:
Column A -------- Root\FOLDERPATH\somesubfolderpath\somedocument.doc
The first line of "Root \" will always be the same length with the same characters. Everything after βRootβ may vary depending on the folder structure of the document.
What I need to get is the second line. Using the above example, the column should look like lilke:
Column A -------- FOLDERPATH
So, I need to cut "Root", get the line after that and cut everything after that.
source share