I need a help on the below Expression
, I've
column A - Date,
Column B- Yes/No ,
Column C - Date.
Condition
If Column B
= Yes and Column A
has a Date then text box in *Grey
If Column A
don't have Date, then check if Column C
has date
then if Column C
date > Today
and Column B
= No text box Green
If Column C
date < Today
and Column B
= No text box Red
Also if there are no entries in any of the column then No color,
I tried to put ISNOTHING(For all 3 columns) with And Operator before switch statement