Quote:
| Originally Posted by Zdu OK, what I'm trying to is create an excel German translation test for my niece. Duel purpose of spelling and IT introduction.
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. |
do it like colin said
so it would go cell A1 Morgen cell b1 (she types the answer) cell C1 would be =IF(B1=Morning,"Correct","Wrong")
Hows that ?