In a quiz app, I have an “‘Answer Selected’ is not empty” column and a “‘Answer Selected’ is wrong answer” column. Both of these are If→Then→Else columns.
Now I want to make a third If→Then→Else column that returns an answer (e.g., TRUE) based on two criteria: If ‘Answer Selected’ is not empty AND ‘Answer Selected’ is wrong answer.
How can I go about doing this?
Thanks in advance for your assistance.