IF CONTAINS VLOOKUP
Hi,
I'm trying to do the below formula, that if Column 1 Contains "No Match", VLOOKUP Column 2, and get Value from referenced sheet, is that possible?
see below.
=IF(CONTAINS("No Match", [Column 1]@row:[Column 1]@row), " ", " ",(VLOOKUP([Column 2]@row, {Sheet Name Range 1}, 2 ,false )
Thank you
Answers
-
Hi @A Rose ,
Try:
=IFERROR(VLOOKUP([Column 1]@row, {Sheet Name Range 1}, 2 ,false), VLOOKUP([Column 2]@row, {Sheet Name Range 1}, 2 ,false))
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
-
Hi @A Rose ,
Did it return an error or the wrong answer? Can you upload screenshota of your sheets and formulas? That would help us help you.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!