Skip to main content

OR

Use the OR function to determine if at least one condition in a test is TRUE.

Use

OR( condition1 [, condition2], ... )
Returns TRUE if any logical condition is TRUE.

ParameterRequiredDescription
condition1Yesthe initial condition to test, which must result in either TRUE or FALSE
[, condition2], ...Noadditional conditions to test, which must result in either TRUE or FALSE

ReturnsLogical

Example

This section isn’t ready just yet—we’re working on it! Please check back soon, and if you need help right away, feel free to ask in our Community Forum.

ON THIS PAGE