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.
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Hi,
Can you upload some sample data? Preferably using XL2BB.
 
Upvote 0
Is this for Excel or Google Sheets?
 
Upvote 0
Here is a copy of the spreadsheet I'm using. I'm using Excel and then copying it into Sheets so I can share it.

Is this for Excel or Google Sheets?
I'm working in Sheets to share it, but prefer working in Excel.
 
Upvote 0
Did you look at the linked provided in #2 for XL2BB? The other option is to share it via DropBox.
 
Upvote 0
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
 
Upvote 0
Another option that works in Sheets
Excel Formula:
=SORTN(A2:C31,10,,3,0)
 
Upvote 0
Another option that works in Sheets
Excel Formula:
=SORTN(A2:C31,10,,3,0)
Thank you. This worked great. What if I want to sort for columns that aren't next to each other? I also have a D column with JV points and would like to do my top ten for both varsity points and JV points.
 
Upvote 0

Forum statistics

Threads
1,215,382
Messages
6,124,618
Members
449,175
Latest member
Anniewonder

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