Grade book help

jimshy

New Member
Joined
Dec 9, 2008
Messages
8
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
 
Hello Jim and welcome to MrExcel.com

By Raw Score do you mean A3?

Perhaps:

=IF(A3="","",LOOKUP(B4,{0,1;0.6,2;0.8,3;0.95,4}))

Note I have avoided IF and used LOOKUP which makes addition of criteria somewhat simpler.
 
Upvote 0
Thanks to both of you for your quick responses and fixes.
Had not used the Lookup function before - worked perfectly.
Problem Solved

Thanks again
Jim
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top