A
Arion
Thanks. The final formula that worked was:
=VLOOKUP(AO5,{0,"F";60,"D-";63,"D";67,"D+";70,"C-";73,"C";77,"C+";80,"B-";83
,"B";87,"B+";90,"A-";93,"A";97,"A+"},2)
Does anyone know how to average weighted grades without counting blank
cells? For example;
AG5 is the average of daily work
AK5 is the quiz average
AN5 is the test average
A30 is the cumulative score =SUM(AG5,AK5,2*AN5)/4
However; if there are no quiz or test scores, then the cumulative score is
shown as #### or a #DIV/0 error. Is there a way to show the cumulative avg.
w/o all the values entered? In other words have a function that ignores AK5
until the cell has a value. I'd like to be able to show a student the grade
before major evaluations so I could say, "See what getting a 90 (or a zero)
on your quiz will do to your grade?"
All help and directions are greatly appreciated,
DKB
=VLOOKUP(AO5,{0,"F";60,"D-";63,"D";67,"D+";70,"C-";73,"C";77,"C+";80,"B-";83
,"B";87,"B+";90,"A-";93,"A";97,"A+"},2)
Does anyone know how to average weighted grades without counting blank
cells? For example;
AG5 is the average of daily work
AK5 is the quiz average
AN5 is the test average
A30 is the cumulative score =SUM(AG5,AK5,2*AN5)/4
However; if there are no quiz or test scores, then the cumulative score is
shown as #### or a #DIV/0 error. Is there a way to show the cumulative avg.
w/o all the values entered? In other words have a function that ignores AK5
until the cell has a value. I'd like to be able to show a student the grade
before major evaluations so I could say, "See what getting a 90 (or a zero)
on your quiz will do to your grade?"
All help and directions are greatly appreciated,
DKB