D
dougg
Why does this formula work for translating student course averages into
letter grades:
=IF(D5>92.5,"A",IF(D5>=89.5,"A-",IF(D5>=86.5,"B+",IF(D5>=82.5,"B",IF(D5>=79.5,"B-",IF(D5>=72.5,"C",IF(D5>=69.5,"C-",IF(D5>=62.5,"D","F"))))))))
but this one says there is an error (when all I'm trying to do is add
the C+ score to the same formula). It says there is an error and
highlights the last 'IF':
=IF(D5>92.5,"A",IF(D5>=89.5,"A-",IF(D5>=86.5,"B+",IF(D5>=82.5,"B",IF(D5>=79.5,"B-",IF(C5>=76.5,"C+",IF(D5>=72.5,"C",IF(D5>=69.5,"C-",IF(D5>=62.5,"D","F")))))))))
Any help would be much appreciated. This really messed up the grades I
just handed in!
Thanks,
Doug
letter grades:
=IF(D5>92.5,"A",IF(D5>=89.5,"A-",IF(D5>=86.5,"B+",IF(D5>=82.5,"B",IF(D5>=79.5,"B-",IF(D5>=72.5,"C",IF(D5>=69.5,"C-",IF(D5>=62.5,"D","F"))))))))
but this one says there is an error (when all I'm trying to do is add
the C+ score to the same formula). It says there is an error and
highlights the last 'IF':
=IF(D5>92.5,"A",IF(D5>=89.5,"A-",IF(D5>=86.5,"B+",IF(D5>=82.5,"B",IF(D5>=79.5,"B-",IF(C5>=76.5,"C+",IF(D5>=72.5,"C",IF(D5>=69.5,"C-",IF(D5>=62.5,"D","F")))))))))
Any help would be much appreciated. This really messed up the grades I
just handed in!
Thanks,
Doug