Rank List of Names and Score, Breaking Ties

Coachcasa

New Member
Joined
Feb 1, 2021
Messages
34
Office Version
  1. 2016
Platform
  1. MacOS
Screenshot 2024-04-12 at 10.24.56 AM.png

Hi everyone. I have a list of names with a point total next to each. I'd like to take this list and then rank my top ten from the list by the largest points beneath this list. In my ranking, I want to list the names in column A and then their points in column B. I can get it to do what I want, ranking the name and points, however, what I can't figure out is how to list each name for ties instead of listing the same name over and over. I was using Index and Rank, but this won't break ties. Can anyone help me with this? Thank you.
 
This works in Excel, I can't say about Google Sheets:

Book1
ABC
1First NameLast NameVarsity Pts
2AlAnderson64
3BettyBoop79
4CalCooledge28
5DebDunne46
6EdEvans66
7FaeFranks35
8GilGoodson72
9HilHarris89
10IgorIves64
11JanJackson53
12KenKent21
13LivLoeb93
14MacMcMahon8
15NaomiNelson89
16OliverOnion50
17PamPeters89
18QuincyQuark99
19RebeccaRains38
20SamSnead33
21TomThomson83
22UrsulaUnion44
23VicVinge20
24WendyWells68
25XavierXman8
26YolandaYen96
27ZacZieber99
28
29
30
31
32
33
34
35
36
37
38Top Ten Point Scorers:
39
40Varsity
41(name)(pts)
42QuincyQuark99
43ZacZieber99
44YolandaYen96
45LivLoeb93
46HilHarris89
47NaomiNelson89
48PamPeters89
49TomThomson83
50BettyBoop79
51GilGoodson72
Sheet4
Cell Formulas
RangeFormula
A42:B51A42=INDEX(A$2:A$27,AGGREGATE(15,6,(ROW($A$2:$A$27)-ROW($A$2)+1)/($C$2:$C$27=$C42),COUNTIF($C$42:$C42,$C42)))
C42:C51C42=LARGE($C$2:$C$27,ROWS(C$42:C42))
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A1:C34Expression=MOD(ROW(),2)=0textNO
Thank you for your help!
 
Upvote 0

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
How about
Excel Formula:
=SORTN(A2:D31,10,,4,0)
This almost works, but I don't want to include the varsity points in column C. I just want a separate list for JV points that are in column D.
 
Upvote 0
In that case I cannot help as I don't really know much about Sheets.
 
Upvote 0
In that case I cannot help as I don't really know much about Sheets.
As a workaround, I simply copied that range in columns A, B, and D and pasted it underneath my work in columns A, B, and C, and modified the formula an hid those cells. Thank you again.
 
Upvote 0

Forum statistics

Threads
1,215,214
Messages
6,123,661
Members
449,114
Latest member
aides

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top