Quote:
| Originally Posted by Zdu So, say in cloumn A I have a list of German words. In column B I want her to type the English translation and be told if that's right or wrong. I'm assuming I'll need a hidden column with the English answers. |
If you use this formula.......
=IF(A1=B1,"correct","wrong")
Then if the word typed in cell B1 matches the word in cell A1 (which could be hidden) then the word "correct" appears in the formula cell. If not, the word "wrong" appears.
Does that help?
Bob