I have data in below format
1. Match String where it's extract with pipe character. Raw Data in simple form with specific values.
I need to perform "Match String " against "Raw data" column and see whether it exists in Raw Data. If it exist, then I expect to return value from "Raw Data" column.
I tried with Vlookup (using wild char) but it didn;t work. Is there any other suggestion?
1. Match String where it's extract with pipe character. Raw Data in simple form with specific values.
I need to perform "Match String " against "Raw data" column and see whether it exists in Raw Data. If it exist, then I expect to return value from "Raw Data" column.
I tried with Vlookup (using wild char) but it didn;t work. Is there any other suggestion?
Match String | Raw Data | Match? |
A:B|C:D|E:F | A | A |
A:B|C:D|E:F | B | B |
A:B|C:D|E:F | G | None |