I'm trying to do a vlookup with a partial match. I have a set of Item IDs and I'm trying to identify their item categories. Each item of the same category has the same abbreviation as part of their ID.
IDs
ABC12342 xyz
DEF73829 yzx
GHI93592 zyx
Key
ABC = Category 1
DEF = Category 2
GHI = Category 3
I'm trying to figure out a formula to put the corresponding category next to the item codes.
IDs
ABC12342 xyz
DEF73829 yzx
GHI93592 zyx
Key
ABC = Category 1
DEF = Category 2
GHI = Category 3
I'm trying to figure out a formula to put the corresponding category next to the item codes.