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