Biff,
You've been so kind so far, I hesitate to ask any further on this.
The sitiuation is this:
I give a math problem (here's a simple example):
[TABLE="width: 571"]
<TBODY>[TR]
[TD="class: xl65, width: 79, bgcolor: transparent"]Q1.1: 1
[/TD]
[TD="class: xl67, width: 192, bgcolor: transparent, colspan: 3"]0.3467 + 0.0675 =
[/TD]
[TD="class: xl64, width: 64, bgcolor: transparent"][/TD]
[TD="class: xl64, width: 74, bgcolor: transparent"][/TD]
[TD="class: xl64, width: 85, bgcolor: transparent"][/TD]
[TD="class: xl64, width: 64, bgcolor: transparent"][/TD]
[TD="class: xl64, width: 64, bgcolor: transparent"][/TD]
[TD="class: xl66, width: 64, bgcolor: #ffffcc"]0.3467
[/TD]
[TD="class: xl66, width: 74, bgcolor: #ffffcc"]0.0675
[/TD]
[/TR]
[TR]
[TD="class: xl65, bgcolor: transparent"][/TD]
[TD="class: xl67, bgcolor: transparent, colspan: 8"](Use Excel's ROUND(_,_) function, absolute and relative referencing).
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, colspan: 3"]a. rounded to thousandths
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="class: xl68, bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="class: xl66, bgcolor: #ffffcc"]3
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
</TBODY>[/TABLE]
and ask the student to solve it with the given numerical information (e.g. the numbers in red above).
Here they are simply asked to add to given numbers and round them to 3 decimal places, and put the answer in the dashed cell (here, F9).
I've given them the answers on a separate worksheet in the same workbook (sometimes I leave it unhidden, sometimes I hide it). The answer sheet is a copy of the problem worksheet, where I've simply copy/paste_values the answer.
My objective is to teach them simple formulas using Excel.
I have answer column(s) hidden on the problem worksheet that I unhide on grading time.
Before asking your help I had the following "grade" cell formula:
=IF(ISformula(F9),IF(F9-'Q1 Numerical Answers'!F9<>0,"INCORRECT","CORRECT"),"Need Formula")
So, sometimes a student will answer this above problem with the answer, 0.414, or =0.414, which is not doing it with Excel, but rather with handwriting and just entering the answer.
I want them to solve it using Excel, with any valid formula (here that uses addition and the round() function), for instance, =ROUND($J8+$K8,I10)...
I'm not picky about how they solve it, if they use absolute or relative referencing, have extra spaces, parentheses, etc. So if they get the right answer with ANY valid Excel formula that uses built-in functions, I'm glad to grade it "Correct". If it's just numerical answers, or a numerical answer with an equal sign, I grade it "Incorrect".
Thanks for all you've suggested. If you have further thoughts I'd sure appreciate them.
Dave