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
- 66K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!