Returns true if all items are true, otherwise returns false
AND( condition 1, [condition 2...] )
condition 1
[condition 2...]
Returns true if all the items are true, otherwise returns false
true
false
Argument
Description
Boolean expression to test
Optional: additional conditional expressions
Outputs true if all condition(s) are true. Otherwise outputs false.
condition
Last updated 4 years ago
Was this helpful?