Top 5 high scores

americanpie3

Board Regular
Joined
Jul 16, 2003
Messages
187
Office Version
  1. 365
Hello,

Is there a way to have a result of the top 5 highest scores? Here's my example.

Entered manually:

A1 = Dan - B1 = 63
A2 = Bill - B2 = 54
A3 = Steve - B3 = 73
A4 = Ben - B4 = 38
A5 = Patrick - B5 = 45
A6 = Jack - B6 = 104
A7 = Craig - B7 = 73

I put the tie on purpose because it can happen but not likely

So on D1 I wrote STANDINGS and E1 I put POINTS

So from D2 to D6 I want to formula to know that 104 is the high score and put the person's name and put the person's name the other column (E).

Thanks for your input.
 
Sharing files privately is against board policy, so that's not an option.
How many rows of data do you have?
 
Upvote 0

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Here is my results page:

Book1
ABCDEFGHIJKLMN
1StandingsLeaders
2Season
3Division 1Average MenWomenHighest Close MenWomen
4Team FinishesDonald64.17Colette41.28Normand77Claudette24
5Team 41Daniel52.56Sylvie F39.28Donald543
6Team 53Randy51.33Sylvie G39.11Roland40Roy2
7Team 12J-C49.00Phillis35.67Marc-Andr40Sylvie G0
8Team 23Normand45.94Sylvie M34.61Yves400
9
10Division 2
11Team FinishesCloses MenWomenHigh Score MenWomen
12Team 73Marc-Andr3Roy1Donald140100
13Team 62Donald3Claudette1Randy14096
14Team 82Daniel3Normand1Daniel140Normand85
15Team 35Roland2Sylvie G0Roy140Sylvie R77
16Pierre20Marc-Andr107Sylvie G76
StatsWeek1
 
Upvote 0
Here is my page where the results page gets it's data from:

Book1
ABCDEFGHIJ
1Team 1SexeSeason AvgAvg Last weekHigh Score SeasonHigh Score Last WeekFinishes SeasonFinishes Last WeekHighest Finish SeasonHighest Finish Last Week
2J-CM49.0049.0093930000
3JonathanM32.2832.2866660000
4RolandM38.8338.839292224040
5
6
7Team 2SexeSeason AvgAvg Last weekHigh Score SeasonHigh Score Last WeekFinishes SeasonFinishes Last WeekHighest Finish SeasonHighest Finish Last Week
8SylvainM42.0042.0092920000
9Marc-AndrM39.3339.33107107334040
10Sylvie FF39.2839.281001000000
11
12
13Team 3SexeSeason AvgAvg Last weekHigh Score SeasonHigh Score Last WeekFinishes SeasonFinishes Last WeekHighest Finish SeasonHighest Finish Last Week
14DonaldM64.1764.17140140335454
15PhillisF35.6735.6796960000
16PierreM37.6137.616161221010
17
18
19Team 4SexeSeason AvgAvg Last weekHigh Score SeasonHigh Score Last WeekFinishes SeasonFinishes Last WeekHighest Finish SeasonHighest Finish Last Week
20RandyM51.3351.33140140112020
21PatrickM44.0044.0098980000
22RenM31.7831.7860600000
23
24
25Team 5SexeSeason AvgAvg Last weekHigh Score SeasonHigh Score Last WeekFinishes SeasonFinishes Last WeekHighest Finish SeasonHighest Finish Last Week
26DanielM52.5652.56140140333232
27Sylvie GF39.1139.1176760000
28ManonF30.7830.7865650000
29
30
31Team 6SexeSeason AvgAvg Last weekHigh Score SeasonHigh Score Last WeekFinishes SeasonFinishes Last WeekHighest Finish SeasonHighest Finish Last Week
32MichelM45.3945.399595112424
33YvesM37.8337.837474114040
34Michel FM0.000.00000000
35
36
37Team 7SexeSeason AvgAvg Last weekHigh Score SeasonHigh Score Last WeekFinishes SeasonFinishes Last WeekHighest Finish SeasonHighest Finish Last Week
38RoyM36.2236.221401401122
39ClaudetteF34.2234.227676112424
40ColetteF41.2841.2885851133
41
42
43Team 8SexeSeason AvgAvg Last weekHigh Score SeasonHigh Score Last WeekFinishes SeasonFinishes Last WeekHighest Finish SeasonHighest Finish Last Week
44NormandM45.9445.948585117777
45Sylvie RF32.6132.6177771122
46Sylvie MF34.6134.6165650000
SeasonSummary1
 
Upvote 0
Formula E4 - =AGGREGATE(14,6,(SeasonSummary1!$C$2:$C$70)*(SeasonSummary1!$B$2:$B$70="M"),ROW(A1))
Formula D4 - =INDEX(SeasonSummary1!$A$1:$A$70,AGGREGATE(15,6,(ROW(SeasonSummary1!$A$1:$A$70)-ROW($A$1)+1)/(SeasonSummary1!$C$1:$C$70=E4),COUNTIF(E$4:E4,E4)))

Those seem to work for the Averages for men and women.

Formula in N4 - =AGGREGATE(14,6,(SeasonSummary1!$I$2:$I$70)*(SeasonSummary1!$B$2:$B$70="F"),ROW(A1))
Formula in M4 - =IFERROR(INDEX(SeasonSummary1!$A$1:$A$70,AGGREGATE(15,6,(ROW(SeasonSummary1!$A$1:$A$70)-ROW($A$1)+1)/((SeasonSummary1!$I$1:$I$70=N4)*(SeasonSummary1!$B$2:$B$70="F")),COUNTIF(N$4:N4,N4))),"")

So since there is an IFERROR = "" not sure what it sees as an error
 
Upvote 0
Thanks for the data, you have one slight typo in the formula for M4.
instead of
SeasonSummary1!$B$2:$B$70="F"
it should be
SeasonSummary1!$B$1:$B$70="F"
 
Upvote 0
Wow. I can't believe that typo (that I didn't think it was a typo considering stats start there) would be the error. Thank you so very much. If I knew you I'd buy you a cake!
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0
My pleasure. This simplifies a whole lot.

I will have another question to post about average scores that accumulates as the season goes along. My issue is that the player must always be on like A2 of every sheet of the current week rather than A2 one week then A3 another or A22 the next.

Anyway, you will see my post.

Cheers!
 
Upvote 0

Forum statistics

Threads
1,214,650
Messages
6,120,736
Members
448,988
Latest member
BB_Unlv

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