INDEX, MATCH, MAX with extra criteria

Good Morning, I´m struggling with a formula that can show the name of the person with the MAX value with the condition of an extra column
For the rows considered I'd like to get the name of the person with the max score (Example, Alice)
I´ve tried INDEX, MATCH, MAX but I haven´t been able to add the criteria of the "Considered" column
Thanks
Answers
-
Try this:
=INDEX([Name]:[Name], MAX(COLLECT([Score]:[Score], [Considered]:[Considered], 1))
English: Show me the Name with max Score where Considered is checked.
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Help Article Resources
Categories
Check out the Formula Handbook template!