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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!