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.
That sounds like a lot of If-Then-Else columns. Can you describe what you’re trying to do here so maybe we can optimize the number of columns you can use for your case?