PrashantMaheshw
3 years agoQrew Captain
Can IF have multiple Yes / No actions ?
I've two variables in my formula being tested against a Single If condition
Var text AB="";
// I'm currently writing two statements
If([XY]>0,$AB="good");
If([XY]>0,$CD="good")
Is there a way to evaluate them in 1 sentence ? Below is wrong of course
If([XY]>0,$AB="good" and $CD="good")
------------------------------
Prashant Maheshwari
------------------------------
Var text AB="";
Var text CD="";
// I'm currently writing two statements
If([XY]>0,$AB="good");
If([XY]>0,$CD="good")
Is there a way to evaluate them in 1 sentence ? Below is wrong of course
If([XY]>0,$AB="good" and $CD="good")
------------------------------
Prashant Maheshwari
------------------------------