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
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!