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