Shaun Allan
New Member
- Joined
- May 18, 2016
- Messages
- 18
I have a tab with a list of files in multiple folders, with the folder name too. On another tab I have a list of notification numbers, eg. 12345678. Multiple files (lines) will have the notification number with the file name:
Filename:
-026D0003 12523032 IWS.pdf
-026D0003 12523032 TQ 2016-INT-013.pdf
-026D0003 13074692 THO.pdf
-026D0003 13104853 REV 01 WSE.pdf
-026D0003 13104853 WSE.pdf
-026D0003 13169779 NDT Request.pdf
To the right of these filenames is the folder they're in. The filename above is made up of item number, notification number, description.
So, on the second tab, I have the notification number. Using VLOOKUP with a wildcard, I could pull up the first instance where the notification number occurs in the filename, returning the folder name. Unfortunately, this only shows the first instance of the notification number, not all of them.
Notification number list:
-12523032
-13074692
-13169779
Is there a way I can build a list of the folders (second column to filename) for each occurrence of the notification numbers, not just the first one?
Filename:
-026D0003 12523032 IWS.pdf
-026D0003 12523032 TQ 2016-INT-013.pdf
-026D0003 13074692 THO.pdf
-026D0003 13104853 REV 01 WSE.pdf
-026D0003 13104853 WSE.pdf
-026D0003 13169779 NDT Request.pdf
To the right of these filenames is the folder they're in. The filename above is made up of item number, notification number, description.
So, on the second tab, I have the notification number. Using VLOOKUP with a wildcard, I could pull up the first instance where the notification number occurs in the filename, returning the folder name. Unfortunately, this only shows the first instance of the notification number, not all of them.
Notification number list:
-12523032
-13074692
-13169779
Is there a way I can build a list of the folders (second column to filename) for each occurrence of the notification numbers, not just the first one?