VLOOKUP true and false
Hi all,
I have a problem with a formula that I am using. I'm trying to retrieve a value using VLOOKUP. I have around 2800 entries within the lookup table and retrieving the second column. When it returns the value most of the data is correct but others bring back #NO MATCH. When I change the match type to false I am able to retrieve the values for the cells that previously said #NO MATCH but the others change to #NO MATCH.
I have also noticed the #NO MATCH entries all start with a number???
Any ideas on how to get this working?
Formula
=VLOOKUP([Final Product]@row, {BOM Range 2}, 2)
Best Answer
-
Try an INDEX/MATCH instead.
=INDEX({Column To Pull From}, MATCH([Final Product]@row, {Column To Match On}, 0))
Answers
-
Try an INDEX/MATCH instead.
=INDEX({Column To Pull From}, MATCH([Final Product]@row, {Column To Match On}, 0))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!