Show highest 50% of results

adurham22926192

New Member
Joined
Dec 17, 2019
Messages
49
Office Version
  1. 2019
Platform
  1. Windows
I making and Irish dance score system and I need a formula to show the highest 50% of the results in a separate coloumn.

Column A: Competitor No (101,102,etc)
Column B: First Score (87,82,etc)
Column C: Second Score (88, 84, etc)
Column D: Total Score (=sum)

In Column F I want it to show top 50% of the competitor numbers that have the highest total score and I want their total score to be along side their number in Column G

Please help me out, thanks so much :)
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Is this what you mean?

A_MrExcel.xlsm
ABCDEFG
1NoTotalNoTotal
2101113111178
3102171106176
4103121109176
5104147102171
6105167105167
7106176  
8107150  
9108156  
10109176  
11110155  
12111178  
Top 50%
Cell Formulas
RangeFormula
F2:F12F2=IF(G2="","",INDEX(A:A,AGGREGATE(15,6,ROW(A$2:A$12)/(D$2:D$12=G2),COUNTIF(G$2:G2,G2))))
G2:G12G2=IF(ROWS(G$2:G2)>ROWS(A$2:A$12)/2,"",AGGREGATE(14,6,D$2:D$12,ROWS(G$2:G2)))
 
Upvote 0

Forum statistics

Threads
1,214,875
Messages
6,122,040
Members
449,063
Latest member
ak94

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