Ranking question

kcross31

New Member
Joined
Jun 21, 2021
Messages
14
Office Version
  1. 365
Platform
  1. Windows
  2. Web
Hello, I am currently working on a fluid document and I'm stumped on how to achieve a ranking output. I have my workbook currently set to calculate totals in one worksheet and then populate accordingly on a master sheet. But I would like to then rank those outputs and show the name of the team with the highest ranking score. For example, there are 10 teams in column A, their score populates automatically next to their name in column B. I'd like column B ranked with the highest score to the lowest and populate the cells in column F with the names of the teams only in order. I'm not sure if that makes sense or is possible.
 

Attachments

  • Team Scoring Ranking.JPG
    Team Scoring Ranking.JPG
    83.4 KB · Views: 8

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Hello, I am currently working on a fluid document and I'm stumped on how to achieve a ranking output. I have my workbook currently set to calculate totals in one worksheet and then populate accordingly on a master sheet. But I would like to then rank those outputs and show the name of the team with the highest ranking score. For example, there are 10 teams in column A, their score populates automatically next to their name in column B. I'd like column B ranked with the highest score to the lowest and populate the cells in column F with the names of the teams only in order. I'm not sure if that makes sense or is possible.

Is it what you want

Book1
ABCDEF
1TeamsPointsPlaceCurrent Team Standings
2A310J
3B49I
4C18H
5D27G
6E56F
7F65E
8G74B
9H83A
10I92D
11J101C
12
13
Sheet1
Cell Formulas
RangeFormula
E2:E11E2=LARGE($B$2:$B$11,ROW()-1)
F2:F11F2=INDEX($A$2:$A$11,MATCH(E2,$B$2:$B$11,0))
 
Upvote 0
MrExcelPlayground2.xlsm
PQRST
20TeamScoreTopTeam
21A301H
22B902J
23C523B
24D284I
25E305G
26F646F
27G707C
28H998M
29I849A
30J9910E
31K27
32L17
33M31
Sheet35
Cell Formulas
RangeFormula
T21:T30T21=INDEX(SORTBY($P$21:$P$33,$Q$21:$Q$33,-1),S21)


Good for ties.
 
Upvote 0
Hi & welcome to MrExcel.
Another option
Excel Formula:
=SORTBY(FILTER(A2:A24,B2:B24<>""),FILTER(B2:B24,B2:B24<>""),-1)
 
Upvote 0
Is it what you want

Book1
ABCDEF
1TeamsPointsPlaceCurrent Team Standings
2A310J
3B49I
4C18H
5D27G
6E56F
7F65E
8G74B
9H83A
10I92D
11J101C
12
13
Sheet1
Cell Formulas
RangeFormula
E2:E11E2=LARGE($B$2:$B$11,ROW()-1)
F2:F11F2=INDEX($A$2:$A$11,MATCH(E2,$B$2:$B$11,0))
Thank you so much! Super helpful! Lot's more to figure out so I may be posting some more! Thanks again!
 
Upvote 0
MrExcelPlayground2.xlsm
PQRST
20TeamScoreTopTeam
21A301H
22B902J
23C523B
24D284I
25E305G
26F646F
27G707C
28H998M
29I849A
30J9910E
31K27
32L17
33M31
Sheet35
Cell Formulas
RangeFormula
T21:T30T21=INDEX(SORTBY($P$21:$P$33,$Q$21:$Q$33,-1),S21)


Good for ties.
Thank you so much! Super helpful! Lot's more to figure out so I may be posting some more! Thanks again!
 
Upvote 0
MrExcelPlayground2.xlsm
PQRST
20TeamScoreTopTeam
21A301H
22B902J
23C523B
24D284I
25E305G
26F646F
27G707C
28H998M
29I849A
30J9910E
31K27
32L17
33M31
Sheet35
Cell Formulas
RangeFormula
T21:T30T21=INDEX(SORTBY($P$21:$P$33,$Q$21:$Q$33,-1),S21)


Good for ties.

Thank you so much! Super helpful! Lot's more to figure out so I may be posting some more! Thanks again!
Hey there, I wanted to pose another question about ranking. This time for individual performers in the tournament. I'd like each weight class to be fluidly ranked as results are updated. I've attached images of the two sheet styles I am working with. Each team will have a sheet for them specifically. I'd like the workbook to search each of these sheets for each weight class, find the top 3 scorers ( points shown in Column I from the Team sheets) for each weight class (Column C) and then populate the ranking spots in the Team+Individual Scoring sheet with the wrestler's name and school (Columns I+J, K+L, M+N). I am unable to install the xl2bb add on because I have limited rights on my school computer or else I'd attach the whole workbook. Hopefully the images are good enough.
 

Attachments

  • Individual Team Sheet.JPG
    Individual Team Sheet.JPG
    194 KB · Views: 5
  • Team+Individual Scoring Sheet.JPG
    Team+Individual Scoring Sheet.JPG
    148.3 KB · Views: 5
Upvote 0
As this is a totally different question, you need to start a new thread. Thanks
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,913
Members
449,093
Latest member
dbomb1414

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