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
- 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!