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

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
=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,214,830
Messages
6,121,839
Members
449,051
Latest member
excelquestion515

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