INDEX/COLLECT

Good afternoon,
I am used to INDEX/MATCH but this time I need to match two columns and then pull the information in a third column.
Here is where I currently am:
=INDEX(COLLECT({Meeting Planner}, {Meeting ID}, [Meeting ID]@row, {Vendor Type}, "A/V"))
I want to pull the information in Meeting Planner from Sheet 2 when both the Meeting ID on Sheet 2 matches Sheet 1 and when the Vendor Type on Sheet 2 is A/V (or Security, Other, Court Reporter).
I know this is probably a simple thing to do, I just cannot get it to work.
Thanks,
Laura
Best Answer
-
You are missing which "row" to pull from the array created (on the back-end) by the COLLECT function. Your formula should end like this:
=INDEX(COLLECT(……………….), 1)
Answers
-
You are missing which "row" to pull from the array created (on the back-end) by the COLLECT function. Your formula should end like this:
=INDEX(COLLECT(……………….), 1)
-
Paul,
Thanks so much. I figured it was something little but could not tell what was missing.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.3K Get Help
- 463 Global Discussions
- 156 Industry Talk
- 508 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 517 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!