Hey everyone,
I have a list of 45 GPAs in Column E. Column I is Commandants list (CL) eligibility and Column J is Superior Academic Award (SA). Both I and J are Y/N for whether the student is eligible or not.
Here are the rules:
The top student gets Distinguished Honor Grad (DHG),
If a student is eligible for CL and is in the top 20% of the class, they get CA
Top 40% who are eligible get SA.
Otherwise they're just a grad
Again, there are 45 Students.
I put in this formula:
=IF(F4>PERCENTILE($F$4:$F$48,0.9999),"Distinguished Honor Graduate",IF(AND(I4="Y",F4>PERCENTILE($F$4:$F$48,0.71)),"COMMANDANT LIST",IF(AND(J4="y",F4>PERCENTILE($F$4:$F$48,0.5)),"SUPERIOR ACADEMIC ABCHIEVEMENT","GRAD")))
I had to change the percentile to 71 to get it to 8, which is 20% with the DHG and for SA I had to change to 50% to get 9.
Here I have 1 DHG, 8 CL, 9 SA, and 27 GRAD, those numbers are right, but the percentiles are wrong!?!?!
When I change it to 60 and 80, I get 1 DHG, 6 CL, 7 SA and 31 31 Grad.
=IF(F4>PERCENTILE($F$4:$F$48,0.9999),"Distinguished Honor Graduate",IF(AND(I4="Y",F4>PERCENTILE($F$4:$F$48,0.8)),"COMMANDANT LIST",IF(AND(J4="y",F4>PERCENTILE($F$4:$F$48,0.6)),"SUPERIOR ACADEMIC ABCHIEVEMENT","GRAD")))
I don't understand why 80 and 60 won't work?
If you have an answer I would appreciate it.
I have a list of 45 GPAs in Column E. Column I is Commandants list (CL) eligibility and Column J is Superior Academic Award (SA). Both I and J are Y/N for whether the student is eligible or not.
Here are the rules:
The top student gets Distinguished Honor Grad (DHG),
If a student is eligible for CL and is in the top 20% of the class, they get CA
Top 40% who are eligible get SA.
Otherwise they're just a grad
Again, there are 45 Students.
I put in this formula:
=IF(F4>PERCENTILE($F$4:$F$48,0.9999),"Distinguished Honor Graduate",IF(AND(I4="Y",F4>PERCENTILE($F$4:$F$48,0.71)),"COMMANDANT LIST",IF(AND(J4="y",F4>PERCENTILE($F$4:$F$48,0.5)),"SUPERIOR ACADEMIC ABCHIEVEMENT","GRAD")))
I had to change the percentile to 71 to get it to 8, which is 20% with the DHG and for SA I had to change to 50% to get 9.
Here I have 1 DHG, 8 CL, 9 SA, and 27 GRAD, those numbers are right, but the percentiles are wrong!?!?!
When I change it to 60 and 80, I get 1 DHG, 6 CL, 7 SA and 31 31 Grad.
=IF(F4>PERCENTILE($F$4:$F$48,0.9999),"Distinguished Honor Graduate",IF(AND(I4="Y",F4>PERCENTILE($F$4:$F$48,0.8)),"COMMANDANT LIST",IF(AND(J4="y",F4>PERCENTILE($F$4:$F$48,0.6)),"SUPERIOR ACADEMIC ABCHIEVEMENT","GRAD")))
I don't understand why 80 and 60 won't work?
If you have an answer I would appreciate it.