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