Match/Index
I have the formula below and i want the results as if no name can be found, let the it blank. The formula i have below is giving me Incorrect argument. Pls help in this. Thanks and I am a beginner for Smartsheet
=IFERROR(IFERROR(IFERROR(INDEX({Buyer2}, MATCH(Combine@row, {Combine2}, 0), " "), INDEX({Buyer3}, MATCH(Combine@row, {Combine3}, 0)), " "), INDEX({Buyer4}, MATCH(Combine@row, {Combine4}, 0)), " "), INDEX({Buyer5}, MATCH(Combine@row, {Combine5}, 0)), " ")
Answers
-
I am confused about what you are trying to do with all those INDEX/MATCH... Also, your IFERRORs seems to be in the wrong place if you are imbedding it it should look like:
=IFERROR(FORMULA, IFERROR(FORMULA, IFERROR(...)))
Or something similar to that.
-
I want to populate the buyer name which is depending on an item which is spread all across 5 different sheet and if have the buyer name then populate the name, if not found just leave the column blank. Can you help to suggest the correct way to do it?
-
This would be the proper syntax:
=IFERROR(IFERROR(IFERROR(IFERROR(INDEX({Buyer2}, MATCH(Combine@row, {Combine2}, 0)), INDEX({Buyer3}, MATCH(Combine@row, {Combine3}, 0))), INDEX({Buyer4}, MATCH(Combine@row, {Combine4}, 0))), INDEX({Buyer5}, MATCH(Combine@row, {Combine5}, 0))), "")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!