AND function

AND(condition_1, condition_2, ...)

The AND function will return true if all the conditions are true, and false if either of them is false. It's mostly used inside an IF or an IFS function.

AND(@Age >= 30, @Age <= 50)

Will be true when the AgeQuestion value is between 30 and 50 (inclusively).

Need Help?
Already checked the help docs? We're quick to answer and friendly
Thanks!
We'll reply very soon at
Send message