Hi.
I have a cell that contains a path in a windows structure. In the path there is
a specific type of value that I would like to grab and post in another column.
Examples in column A:
C:\Folder1\Folder2\G000111\Folder3\test.doc
C:\Folder1\Folder2\G002111\Folder3\test.xls
C:\Folder11\Folder22\G000111 Sweden\Folder33\test.jpg
Now I would like to grab the "G00***" name and put it in column B.
One rule to be applied is that the folders names allways starts with "G00" (G, zero, zer0)
Is this possible to to since the names and the position in the string varies, so I can't set
a count for it to read from left X digits forward?
Many thanks in advance.
/Gherry
Bookmarks