Index MATCH vs COLLECT (matching 2 values, returning a different value)
Hello all,
I need to look up 2 values on a separate sheet and return a value from another column. I keep getting the "#INCORRECT ARGUMENT SET"
Basically I want to get a % complete back based on 2 value matches (brand) and (task name). The task name is duplicated across brands, but the brand never has the task name twice.
here is the formula I am using-
=INDEX({Migration Task Plan Range task%complete}, MATCH(1, {Migration Task Plan Range brand}, BRAND@row, MATCH({Migration Task Plan Range brand}, {Migration Task Plan taskname}, "Sitemap & Navigation Finalization")))
Any insight?
Best Answer
-
Thanks for the vote of confidence. Haha.
I am going to suggest a COLLECT function instead of the MATCHes.
=INDEX(COLLECT({Migration Task Plan Range task%complete}, {Migration Task Plan Range brand}, BRAND@row, {Migration Task Plan taskname}, "Sitemap & Navigation Finalization"), 1)
Answers
-
@Paul Newcome - you always seem to have the answers! any help?
-
Thanks for the vote of confidence. Haha.
I am going to suggest a COLLECT function instead of the MATCHes.
=INDEX(COLLECT({Migration Task Plan Range task%complete}, {Migration Task Plan Range brand}, BRAND@row, {Migration Task Plan taskname}, "Sitemap & Navigation Finalization"), 1)
-
@Paul Newcome - that worked perfectly. ty
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!