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
- 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!