C
Chris
I have created a grading system using the LOOKUP function:
=LOOKUP(Y3,{0,64.5,66.5,69.5,72.5,76.5,79.5,82.5,86.5,89.5,92.5,96.5},{"F","D","D+","C-","C","C+","B-","B","B+","A-","A","A+"})
How do I then convert the letter grades to GPA values?
For example A+ is worth 4.4 points, A is worth 4.0 points, A is worth 3.6
points, etc.
Thanks.
Chris
=LOOKUP(Y3,{0,64.5,66.5,69.5,72.5,76.5,79.5,82.5,86.5,89.5,92.5,96.5},{"F","D","D+","C-","C","C+","B-","B","B+","A-","A","A+"})
How do I then convert the letter grades to GPA values?
For example A+ is worth 4.4 points, A is worth 4.0 points, A is worth 3.6
points, etc.
Thanks.
Chris