T
Tim K.
Well, her boyfriend anyway...
I'm making a grade spreadsheet with a sheet for each grading period for my
girlfriend to use and the letter grade output is linked to a template Word
file report card.
=IF(R2>89,"A",IF(R2>79,"B",IF(R2>69,"C",IF(R2>59,"D",IF(R2>0,"F")))))
The trouble is when there is no grade it returns the error #div/o thing
which messes up the report card. So the question is, is there a way to make
it return a blank if there are no grades?
Thanks!
T
I'm making a grade spreadsheet with a sheet for each grading period for my
girlfriend to use and the letter grade output is linked to a template Word
file report card.
=IF(R2>89,"A",IF(R2>79,"B",IF(R2>69,"C",IF(R2>59,"D",IF(R2>0,"F")))))
The trouble is when there is no grade it returns the error #div/o thing
which messes up the report card. So the question is, is there a way to make
it return a blank if there are no grades?
Thanks!
T