Error using IFERROR with Index/Match
Hello,
I'm trying to add an IFERROR function to my Index/Match formula to obtain data from either of two sheets. See below:
=IFERROR(IFERROR(INDEX({Payment Date}, MATCH($[Invoice Number]@row, {Invoice Number}, 0)), INDEX({Payment Date Final}, MATCH($[Invoice Number]@row, {Invoice Number Final}, 0
This formula gives me an #Incorrect Argument Set error. If Payment Date isn't found in the first set (on my Invoice Tracker sheet), I want it to pull from the second set (on my Invoice Tracker - FINAL sheet). Am I way off?
Thanks for any guidance!
Answers
-
=IFERROR(INDEX({Payment Date}, MATCH($[Invoice Number]@row, {Invoice Number}, IFERROR(INDEX({Payment Date Final}, MATCH($[Invoice Number]@row, {Invoice Number Final}, 0))))))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 379 Global Discussions
- 210 Industry Talk
- 441 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 300 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!