Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

=COUNTIF(J6:J72,"A+")

=COUNTIF(J6:J72,"A")
=COUNTIF(J6:J72,"A-")
=COUNTIF(J6:J72,"B+")
=COUNTIF(J6:J72,"B")
=COUNTIF(J6:J72,"B-")
=COUNTIF(J6:J72,"C+")
=COUNTIF(J6:J72,"C")
=COUNTIF(J6:J72,"C-")
=COUNTIF(J6:J72,"D")
=COUNTIF(J6:J72,"Fx")
=COUNTIF(J6:J72,"F")
=COUNTIF(J6:J72,"NG")

[90, 100)=A+
[85, 90)=A
[80, 85)=A[75, 80)=B+
[70, 75)=B
[65, 70)=B[60, 65)=C+
[50, 60)=C
[45, 50)=C[40, 45)=D
[30, 40)=Fx
[0, 30)=F
NG

=COUNTIF(J6:J72,"A+")

=COUNTIF(J6:J72,"A")
=COUNTIF(J6:J72,"B+")
=COUNTIF(J6:J72,"B")
=COUNTIF(J6:J72,"C+")
=COUNTIF(J6:J72,"C")
=COUNTIF(J6:J72,"D+")
=COUNTIF(J6:J72,"D")
=COUNTIF(J6:J72,"F")
=IF(J6<30,"F",IF(J6<45,"D",IF(J6<58,"C",IF(J6<65,"C+",IF(J6<75,"B",IF(J6<80,"B+",I
F(J6<90,"A",IF(J6>=90,"A+"))))))))
[90, 100)=A+
[80, 90)=A
[75, 80)=B+
[65, 75)=B
[58, 65)=C+
[45, 58)=C
[30, 45)=D
[0, 30)=F

You might also like