VLookup or Index from another sheet with 2 criteria
I have a sheet where I want to return a score per manager per question asked - in the yellow colomn:
The data sheet is structured as follows - for the vlookup or index formula it needs to return the score for that Manager (Final Team) and the corresponding Question Name:
Please help with the formula!!
Best Answer
-
You will need an INDEX/COLLECT along the lines of…
=INDEX(COLLECT({Score}, {Final Team}, @cell = [Final Team]@row, {Question}, @cell = [Question Name]@row), 1)
Answers
-
You will need an INDEX/COLLECT along the lines of…
=INDEX(COLLECT({Score}, {Final Team}, @cell = [Final Team]@row, {Question}, @cell = [Question Name]@row), 1)
-
Works perfectly!! Thanks so much. I'll save this one for future reference.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 486 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 498 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!