P
pcmason
I'm trying to create a column in Excel 2000 that converts numerica
grade ranges to the corresponding letter grades. I can't get the strin
written correctly.
For example I want to convert 1 through 0.98 to A+, 0.97 through 0.9
to A, 0.94 through 0.92 to A-, and so forth. I think in total ther
will be 13 nested arguments to cover the entire scoring range. Th
example below and variations of it have not been working (P5 is th
cell I want to convert):
=IF((P5=1-0.98,"A+"),IF(P5=0.97-0.95,"A"),IF(P5=0.94-0.92,"A-"))
Any advice would be much appreciated. Thank you.
Phi
grade ranges to the corresponding letter grades. I can't get the strin
written correctly.
For example I want to convert 1 through 0.98 to A+, 0.97 through 0.9
to A, 0.94 through 0.92 to A-, and so forth. I think in total ther
will be 13 nested arguments to cover the entire scoring range. Th
example below and variations of it have not been working (P5 is th
cell I want to convert):
=IF((P5=1-0.98,"A+"),IF(P5=0.97-0.95,"A"),IF(P5=0.94-0.92,"A-"))
Any advice would be much appreciated. Thank you.
Phi