Computer Science Grading
A useful Excel file with built-in formulas has been prepared for the Computer Science grading system. The file allows users to enter marks and automatically get the grade, making the process quick, simple, and error-free.
For classes 6th to 8th, the formula used is:
Click here to Download Excel sheet Computer Science Grading Sheet for Classes 6 to 8
=IF(AND(C4>=91,C4<=100),”A+”,IF(AND(C4>=81,C4<=90),”A”,IF(AND(C4>=71,C4<=80),”B+”,IF(AND(C4>=61,C4<=70),”B”,IF(AND(C4>=51,C4<=60),”C+”,IF(AND(C4>=41,C4<=50),”C”,IF(AND(C4>=0,C4<=40),”D”,”Invalid”)))))))
For classes 9th to 12th, the formula used is:
Click here to Download Computer Science Grading Sheet for Classes 9 to 12
=IF(C4>=90,”A+ (OUTSTANDING)”,IF(C4>=75,”A (EXCELLENT)”,IF(C4>=60,”B (VERY GOOD)”,IF(C4>=45,”C (GOOD)”,IF(C4>=33,”D (AVERAGE)”,IF(C4<33,”E (UNSATISFACTORY)”,”Invalid”))))))
CLICK HERE: All Classes PSEB Study Material 2025-26

















