I am trying to make a grade scale and for whatever reason it is working wrong. If any number under 100 is tried it gives a N/A and anything of 100 gives a F not how it should work. What am doing wrong with this?
Excel 2013
<colgroup><col style="width: 25pxpx"><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
<tbody>
</tbody>
Excel 2013
A | B | C | D | E | |
---|---|---|---|---|---|
1 | 22.00% | #N/A | |||
2 | |||||
3 | 100.00% | A | |||
4 | 95.00% | A | |||
5 | 94.00% | A- | |||
6 | 90.00% | A- | |||
7 | 89.00% | B+ | |||
8 | 87.00% | B+ | |||
9 | 84.00% | B | |||
10 | 83.00% | B | |||
11 | 82.00% | B- | |||
12 | 80.00% | B- | |||
13 | 79.00% | C+ | |||
14 | 77.00% | C+ | |||
15 | 76.00% | C | |||
16 | 70.00% | C | |||
17 | 69.00% | D | |||
18 | 60.00% | D | |||
19 | 59.00% | F | |||
20 | 0.00% | F |
<colgroup><col style="width: 25pxpx"><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1
Worksheet Formulas
<thead> </thead><tbody> </tbody> |
<tbody>
</tbody>