I am using Excel 2003
I have made a drop-down list in cell B9 via Date > Validation > List and I would like cell B5 to check the contents of cell B9 and either "Correct" or "Incorrect" depending on which answer to a question the user selects in cell B9.
But =IF(B9= "Answer A", "Correct", "Incorrect") isn't working. B5 won't even display B9 with a simple =B9 statement. How can I do this?
Bookmarks