I have this issue where I am trying to VLOOKUP the contents of a cell in column A, within a cell in another file, in this case a product number. Essentially VLOOKUP a string. For example, if column A on my supporting file has the code of "ABCD" and column B has information of "Not Finished" then I want to bring column B's information into my main file as a new column to then ultimately be able to filter to finished goods or non-finished goods. The main file has a product number, example "055ABCDUL1" where I then want to find that string within the product number to see if it is a finished good or not.
Take this example table of my supporting file:
| Column A | Column B |
| ABCD | Not Finished |
| ABAB | Finished |
| etc... | etc... |
and VLOOKUP in Column B's contents to this (my main file):
| Product Number | Column B |
| 055ABCDUL1 | ? |
| 030CABABT15 | ? |
| 555DHABCDUL45 | ? |
| T55DSABAB23NRG | ? |
Hope that makes sense how I explained it, but what formula tools or join tools etc. that I can use, I am not sure. Thanks for the help!