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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!