Hi,
I have a list of paths that I need to extract infomation from -
<colgroup><col width="625"></colgroup><tbody>
[TD="width: 625"]u:\Folder1\Folder 2\Folder 3\Info1\Info2\filename_info1_info2.xlsx
[/TD]
</tbody>
What I need to extract is Info1, Info2 and just the "filename" into individual cells.
I've tried various left right combinations but the Info1,2 and filenames aren't consistent so it might work for 10 pathways but it won't work for the other 30k.
=(RIGHT(C2,LEN(C2)-SEARCH("Info2",C2)-6)) - This is what I tried to extract the filename but having the problem described above. I was planning on using a substitute formula to remove the "info1_info2" from the result to get the part I need. I imagine this isn't the most efficient way to do this.
Hope this made sense and any help will be greatly appreciated.
Thanks!
I have a list of paths that I need to extract infomation from -
<colgroup><col width="625"></colgroup><tbody>
[TD="width: 625"]u:\Folder1\Folder 2\Folder 3\Info1\Info2\filename_info1_info2.xlsx
[/TD]
</tbody>
What I need to extract is Info1, Info2 and just the "filename" into individual cells.
I've tried various left right combinations but the Info1,2 and filenames aren't consistent so it might work for 10 pathways but it won't work for the other 30k.
=(RIGHT(C2,LEN(C2)-SEARCH("Info2",C2)-6)) - This is what I tried to extract the filename but having the problem described above. I was planning on using a substitute formula to remove the "info1_info2" from the result to get the part I need. I imagine this isn't the most efficient way to do this.
Hope this made sense and any help will be greatly appreciated.
Thanks!