Hi, I am using IF and AND a fair amount, but have come across a few places where what I would need to type is *if (value) and (value) and (value). Which alas stops working with the second and. Is there another way I can achieve this?
*if (((value1) and (value2)) and (value3))
This should work.
1 Like
That got it! Whats left of my hair thanks you!
You might also find this helpful: Is it possible... (making or/and statements with 3+ variables)