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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!