Hi,
I have the following scenario
Answer 1 Answer 2 Score
Correct Correct 1
Correct 1
I need a formula in the "score" column to be based on the following criteria:
a) If both answer 1 and answer 2 is "Correct" , then column "Score" should populate 1 . If not, it should populate 0.
b) In some cases, answer 2 is blank- no answer is needed in answer 2. If answer 1 is "correct" and answer 2 is blank, then the "Score" should be 1. If not is should be 0.
Currently I ma using the following formula , but it doesnt work.
=IF(K8&L8="Correct",0,1)
Appreciate assistance.