Formual to calculate highest point total summed by Name
Hello - Trying to return a name (Talent) with the highest total of points (Points Awarded) summed. So the points have to be summed by name (Talent) and return the name(Talent) with the highest points awarded totaled. I've started with this:
=SUMIF(Talent:Talent, Talent@row, [Points Awarded (Numbers Only)]:[Points Awarded (Numbers Only)])
Any help or suggestions are greatly appreciated - Thanks
Best Answer
-
You are going to want to insert a helper column to have the summed total on each row using the formula above.
From there you would use
=INDEX(Talent:Talent, MATCH(MAX([Helper Column]:[Helper Column]), [Helper Column]:[Helper Column], 0))
Answers
-
You are going to want to insert a helper column to have the summed total on each row using the formula above.
From there you would use
=INDEX(Talent:Talent, MATCH(MAX([Helper Column]:[Helper Column]), [Helper Column]:[Helper Column], 0))
-
Thank you Paul - That worked. It didn't occur to me to add a column with the summed total for each person. Thanks again.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!