There are several ways to turn student scores into letter grades. I recently came across a nested IF formula that did the trick, but it seemed rather complicated.
A better solution would be to use a VLOOKUP formula with a Grade Lookup Table, but then it occurred to me that the VLOOKUP formula could stand alone by using an Array Constant.
For all these solutions I’m using the following grade scale:
0 – 59 = F
60 – 69 = D
70 – 79 = C
80 – 89 = B
90 – 100 = A
The Nested IF Solution
Using the scale above as a guide, the following nested IF formula will turn a score from 0 to 100 into the correct letter grade.
=IF(Score>=90,”A”,IF(Score>=80,”B”,IF(Score>=70,”C”,IF(Score>=60,”D”,”F”))))
This formula uses Score, which is a named range that contains all the student score
More Stories
Notice: Trying to access array offset on value of type bool in /hermes/bosnacweb05/bosnacweb05bi/b2282/ipg.jbbuidtech37209/timecomputers/wp-content/themes/enternews/inc/template-functions.php on line 601
Microsoft Excel 2013 Tutorial in Telugu Part 6
Notice: Trying to access array offset on value of type bool in /hermes/bosnacweb05/bosnacweb05bi/b2282/ipg.jbbuidtech37209/timecomputers/wp-content/themes/enternews/inc/template-functions.php on line 601
Ms word tutorial in telugu Part 5
Notice: Trying to access array offset on value of type bool in /hermes/bosnacweb05/bosnacweb05bi/b2282/ipg.jbbuidtech37209/timecomputers/wp-content/themes/enternews/inc/template-functions.php on line 601
Ms excel 2013 basics in telugu Part3