Creating a blank value based on Criteria within an INDEX/MATCH Formula
Hi,
I have build an Index formula to return a value from a long SKU list.
=INDEX({sku list for todd Range 2}, MATCH([index Match]@row, {sku list for todd Range 3}, 0))
This formula works very well but I have entires in the sheet that should leave the field blank if the match is not met, instead of "No Match".
Is this possible?
Best Answer
-
Hi @TSmelser,
Try adding an IFERROR to your formula:
=IFERROR(INDEX({sku list for todd Range 2}, MATCH([index Match]@row, {sku list for todd Range 3}, 0)), "")
Answers
-
Hi @TSmelser,
Try adding an IFERROR to your formula:
=IFERROR(INDEX({sku list for todd Range 2}, MATCH([index Match]@row, {sku list for todd Range 3}, 0)), "")
-
That works a treat. Thanks John!
I will learn to work with IFERROR.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.4K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 479 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 490 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!