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.4K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 480 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 72 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!