OR
Returns true if any of multiple conditions are true, otherwise returns false
Last updated
Was this helpful?
Returns true if any of multiple conditions are true, otherwise returns false
Last updated
Was this helpful?
OR( condition 1
, [condition 2...]
)
Returns true
if any of the conditions
are true
, otherwise returns false
Argument
Description
condition 1
Boolean expression to test
[condition 2...]
Optional: additional conditional expressions
Outputs true
if any condition
is true. Otherwise outputs false
.