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.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 466 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!