basicallyawesome
New Member
- Joined
- Jul 10, 2018
- Messages
- 29
- Office Version
- 365
Hi, I am having the worst time with a basic VLOOKUP. Ive googled and I really feel like it should work but… it doesnt.
My main sheet has a list of birds, some specified “barn owl”, some not. My comparison sheet has broad groupings (e.g., owl)
My VLOOKUP in B2 on my main sheet looks like
Everything I’ve read says the cells with barn owl should return results because ofthe Wildcard in the formula and owl in sheet 2. However, it is returning #N/A. All others that are exact match are returning results. This is a problem, because I’m trying to catch misses caused by our current VLOOKUP which just finds exact matches, which can and have resulted in a contract breach. Any ideas how I can fix this?
My main sheet has a list of birds, some specified “barn owl”, some not. My comparison sheet has broad groupings (e.g., owl)
My VLOOKUP in B2 on my main sheet looks like
Excel Formula:
=VLOOKUP("*"&A2,Sheet2!A1:D350,2,FALSE)