You are on page 1of 1

Count the number of Absent

= IF(B13="","",COUNTIF(C13:AA13,"X"))

Count the number of Entry


=COUNTA(C11:AA11)

Count the number of Blanks


=IF(E13="H","",E126)

Count the numbr of student who got 74 and Below


=COUNTIF('GRADE SHEET (Female)'!C$13:C$78,"<=74")

Count the number of students who got 90-100


=COUNTIFS('GRADE SHEET (Male)'!C$13:C$78,">=90",'GRADE SHEET (Male)'!
C$13:C$78,"<=100")

Passed/Failed
=IF(AC43>=60,"PASSED","FAILED")

RANK
=RANK(AC43,AC$10:AC$55,0)

Transmuted Grades
=IF(AC41=" ","
",IF(AC41<4,"60",IF(AC41<8,"61",IF(AC41<12,"62",IF(AC41<16,"63",IF(AC41<20,"64",IF(AC41<2
4,"65",IF(AC41<28,"66",IF(AC41<32,"67",IF(AC41<36,"68",IF(AC41<40,"69",IF(AC41<44,"70",IF(
AC41<48,"71",IF(AC41<52,"72",IF(AC41<56,"73",IF(AC41<60,"74",IF(AC41<61.6,"75",IF(AC41<6
3.2,"76",IF(AC41<64.8,"77",IF(AC41<66.4,"78",IF(AC41<68,"79",IF(AC41<69.6,"80",IF(AC41<71.
2,"81",IF(AC41<72.8,"82",IF(AC41<74.4,"83",IF(AC41<76,"84",IF(AC41<77.6,"85",IF(AC41<79.2,
"86",IF(AC41<80.8,"87",IF(AC41<82.4,"88",IF(AC41<84,"89",IF(AC41<85.6,"90",IF(AC41<87.2,"9
1",IF(AC41<88.8,"92",IF(AC41<90.4,"93",IF(AC41<92,"94",IF(AC41<93.6,"95",IF(AC41<95.2,"96"
,IF(AC41<96.8,"97",IF(AC41<98.4,"98",IF(AC41<100,"99",IF(AC41>=100,"100")))))))))))))))))))))))))
)))))))))))))))))
Grade Description
=IF(AC41=" "," ",IF(AC41<60,"Did Not Meet Expectations",IF(AC41<68,"Fairly
Satisfactory",IF(AC41<76,"Satisfactory",IF(AC41<92,"Very
Satisfactory",IF(AD41>=92,"Outstanding"))))))

You might also like