|
|
| A |
B |
C |
| Score |
|
|
| 45 |
|
|
| 90 |
|
|
| 78 |
|
|
| Formula |
Description |
Result |
| =IF(A2>89,"A",IF(A2>79,"B",
IF(A2>69,"C",IF(A2>59,"D","F")))) |
Assigns a letter grade to the score in
cell A2 |
F |
| =IF(A3>89,"A",IF(A3>79,"B",
IF(A3>69,"C",IF(A3>59,"D","F")))) |
Assigns a letter grade to the score in
cell A3 |
A |
| =IF(A4>89,"A",IF(A4>79,"B",
IF(A4>69,"C",IF(A4>59,"D","F")))) |
Assigns a letter grade to the score in
cell A4 |
C |
|
No comments:
Post a Comment