Index Match - INCORRECT ARGUMENT error

Answers
-
I know this is an old post but I'm trying to do the same thing, return a blank cell if the index matches don't return the correct value but I get an incorrect argument error. My formula is below. If I remove the "" at the end it returns no match so the formula is somewhat correct. What am I missing?
=IFERROR(INDEX({Projects Tracker (intake) - Job Name}, MATCH([Job / CSP / WO]@row, {Projects Tracker (intake) - Job #}, 0)), INDEX({CSP Management Tracker - CSP Name}, MATCH([Job / CSP / WO]@row, {CSP Management Tracker - CSP #}, 0)), "")
-
Hello @katie.mcelroy
It looked like your formula has 2 INDEX/MATCH logic statements. If you're trying to Index 2 different columns you might need to create 1 formula for each column.
Try this:
Job Name Column:
=IFERROR(INDEX({Projects Tracker (intake) - Job Name}, MATCH([Job / CSP / WO]@row, {Projects Tracker (intake) - Job #}, 0)),"")
CSP Name Column:
=IFERROR(INDEX({CSP Management Tracker - CSP Name}, MATCH([Job / CSP / WO]@row, {CSP Management Tracker - CSP #}, 0)), "")Melissa Yamada
melissa@insightfulsheets.com
Data made simple, spreadsheets reimagined -
-
Thank you both for your replies. @Paul Newcome that did the trick.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!