I lose my mind to trying calculate this

moogeedoo2

New Member
Joined
May 23, 2016
Messages
5
Excel Emperors,
Greetings,,,


I lose my mind to trying calculate this, I have this table below and I try to extract how many indian student are in the highest 25% of scores. or in other way: I have 12 student. 25% of them = 3 I want to know who are the highest 3 students in the score and then how many indians students in these 3 students. in one formula. anyone HELP PLZ.


student IDstudent namenationalityscoreclass
4983Jhonindia512
3517edwardindia643
2834peterYemeni5711
5167adamEgyptian597
2074amandaPakistani727
1050younesJordanian482
3337arnelPalestinian868
5672JhosephIndian743
1082jannetPalestinian512
5143kailaYemeni8011
5234inkaalgeria542
1506idwardPalestinian778

<tbody>
</tbody>
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
=SUMPRODUCT(--(D2:D13>=LARGE(D2:D13,3)),--(C2:C13="indian"))
 
Upvote 0
well done Dave excellent, its working perfectly, sorry for more inconvenience, but if i want to extract how many indians student are in the highest 25% of scores in a specific class for example class 2 How can I add it to your magical formula?!
 
Upvote 0
=SUMPRODUCT(--(D2:D13>=LARGE(D2:D13,3)),--(C2:C13="indian"))
well done Dave excellent, its working perfectly, sorry for more inconvenience, but if i want to extract how many indians student are in the highest 25% of scores in a specific class for example class 2 How can I add it to your magical formula?!
 
Upvote 0
=SUMPRODUCT(--(D3:D14>=48),--(C3:C14="indian"),--(E3:E14=2))
 
Upvote 0

Forum statistics

Threads
1,215,474
Messages
6,125,026
Members
449,204
Latest member
LKN2GO

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