Have created a grade sheet for my son (the teacher) 5th grade Class.
Column A: Enter Number of Correct responses
Column B: =A4/$A$3
Displays Percent score
Column C: =IF(B4>0.94,4,IF(B4>0.7999,3,IF(B4>0.59,2,IF(B4<0.6,1))))
Displays Numberic Grade (1 thru 4)
Minimum Grade for a "0" correct is a One (1)
What I need is for the Grade Cell (Column C) to be Blank if there is no raw score entered in the first column. (i.e. Student's test misssing)
Driving me nuts.....
Thanks for any suggestions,
Jim
Column A: Enter Number of Correct responses
Column B: =A4/$A$3
Displays Percent score
Column C: =IF(B4>0.94,4,IF(B4>0.7999,3,IF(B4>0.59,2,IF(B4<0.6,1))))
Displays Numberic Grade (1 thru 4)
Minimum Grade for a "0" correct is a One (1)
What I need is for the Grade Cell (Column C) to be Blank if there is no raw score entered in the first column. (i.e. Student's test misssing)
Driving me nuts.....
Thanks for any suggestions,
Jim