Index Match or Index Collect with multiple criteria
I'd like to return a Contact to a cell if two criteria are met. I've tried using the index collect formula copied below but I continue to receive #INCORRECT ARGUMENT SET.
=INDEX(COLLECT({Vendor Contact}, {Project Name}, [Project Name]@row, {Scope of Work}, [Scope of Work]@row))
Solutions? 😁
Answers
-
Hi @Shelby
hope you are fine, could you please supply screen shot so i can help you.
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Hi @Shelby
Try adding a 1 after the COLLECT function so the INDEX knows what to do:
=INDEX(COLLECT({Vendor Contact}, {Project Name}, [Project Name]@row, {Scope of Work}, [Scope of Work]@row), 1)
I'm checking this against Paul's explanation of an INDEX(COLLECT on this post, here.
Let me know if that works for you!
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Hi @Genevieve P
Thanks for the response. I added the 1 to the end of the formula and it came back with an #INVALID VALUE error. Here's the formula that's not working:
=INDEX(COLLECT({Vendor Contact}, {Project Name}, [Project Name]@row, {Scope of Work}, [Scope of Work]@row), 1)
-
-
Hi @Shelby
Can you confirm that the Vendor Contact column in the source sheet and destination sheet are both Contact Columns? This error can sometimes happen if the formula is trying to output a specific value that doesn't match the column type (see here).
You may also want to check the columns you're referencing to make sure there are no errors present in the source sheet; it could be that this formula is pulling through an error from one of these columns.
If neither of this has described what's happening, it would be very helpful to see a screen capture of both sheets & the two referenced columns in the Cross-Sheet Reference pop-up window (but please block out any sensitive data!)
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
The Vendor Contact columns in the source and destination sheet are contact type columns. The source sheet only has two rows populated with no formulas present, I created it as a test. I've included two screenshots below that show both sheets with both cross sheet references highlighted:
-
-
Would greatly appreciate any insight you have to resolve the discussion in this thread...
-
You are evaluating the [Scope of Work] column in row 2 of your last screenshot looking for "Doors", but I don't see that on your source sheet screenshot.
-
I've worked out issues with my original formula and it's now working as needed. Thanks for your time on this!
-
@Paul Newcome would you mind sharing what issues you had with your original formula and you overcame it? I'm trying to do something similar. Appreciate if you could advice on this. Thank you!
-
Can you share info on what you're trying to do?
-
@Shelby Thanks for reaching out. I guess there was an issue with the reference range. I worked through the reference range and got this resolved. Thanks once again!
-
@AnnieSE I've pasted a sample formula below for your review as well as screenshots. Try modifying the formula below with the correct references to use in your sheet. Let me know if this helps or if you need more info.
=INDEX(COLLECT({Rate Value}, {Criterion 1 Range}, [Criteria 1]@row, {Criterion 2 Range}, [Criteria 2]@row), 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!