VLookup or Index from another sheet with 2 criteria
Options

Nats.Rudy
βββ
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.
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!