Index Match Multiple Criteria across sheets
I am trying to create a formula that matches criteria between two sheets, then populates a cell based on the criteria's results.
The goal is to use an index/match to populate the "fee" cell in the second picture based upon the client and service level.
Could someone explain how to create this formula? Thank you.
Best Answer
-
In that case, double check that each {Reference} is set up properly.
Answers
-
You would need an INDEX/COLLECT instead.
=INDEX(COLLECT({Fee}, {Client}, @cell = Client@row, {Service Level}, @cell = [Service Level]@row), 1)
-
Paul - Thanks for the information. I'm getting and unparsable response. Below is the formula I am using. The sheet I am indexing would reference the first sheet shown in the prior question. Am I indexing the incorrect sheet?
=INDEX({Client Service Level Fees Range 1}, COLLECT(({Fee}, {Client}, @cell = Client@row, {Service Level}, @cell = [Service Level]@row), 1))
-
Try following the same syntax I have in the formula I posted. How does that work?
-
It provided me with a #invalidref error.
-
In that case, double check that each {Reference} is set up properly.
-
Hey Paul - I am getting an incorrect argument at this point. Below is the formula I'm using:
=INDEX(COLLECT({Fee}, {Service Level Fee - Client}, @cell = Client@row, {Service Level Fee - Service Level}, @cell = [Service Level]@row, 1))
-
Found my error. Please disregard earlier message. Formula is working great. Thank you!
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!