IFERROR with Index / Match from 3 sheets.
Hi All,
Trying to search value from 3 sheets and using IFERROR with Index / Match and am getting Incorrect Argument error.
=IFERROR(IFERROR(IFERROR(INDEX({Project Intake Project Name}, MATCH([Project ID]@row, {Project Intake Project ID}, 0))), INDEX({Completed Project Name}, MATCH([Project ID]@row, {Completed Project ID}, 0))), INDEX({Inactivated project Name}, MATCH([Project ID]@row, {Inactivated Project ID}, 0))
Thanks in advance,
Answers
-
You need one more closing parenthesis at the end.
Edit:
After looking a little closer, I believe there are a few structural issues. Give this one a try:
=IFERROR(IFERROR(INDEX({Project Intake Project Name}, MATCH([Project ID]@row, {Project Intake Project ID}, 0)), INDEX({Completed Project Name}, MATCH([Project ID]@row, {Completed Project ID}, 0))), INDEX({Inactivated project Name}, MATCH([Project ID]@row, {Inactivated Project ID}, 0)))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!