IS BLANK on INDEX and MATCH
Hi, I am struggling with a formula. I am trying to lookup a value from another sheet, based on a Supplier name in a column on the sheet where I require the value returned. If the Supplier is blank on the sheet that I am referencing, then it returns the first blank cell on that column instead of just an error or blank result. The following are some formulas that I have tried, with no success.
=IF(ISBLANK(INDEX({1522 PC Items reference}, "", MATCH(Supplier@row, {1522LV PC Items Range 13}, 0))))
=IFERROR((ISBLANK(INDEX({1522 PC Items reference}, MATCH(Supplier@row, {1522LV PC Items Range 13}), 0))))
=IFERROR(INDEX({1522 PC Items reference}, MATCH(Supplier@row, {1522LV PC Items Range 13}, 0)), 0)
Please help!
Best Answer
-
Try this:
=IFERROR(INDEX({1522 PC Items reference}, MATCH(Supplier@row, {1522LV PC Items Range 13}, 0), 0), "Not Found")
Answers
-
Try this:
=IFERROR(INDEX({1522 PC Items reference}, MATCH(Supplier@row, {1522LV PC Items Range 13}, 0), 0), "Not Found")
-
@Sameer Karkhanis thank you, that worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!