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!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!