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.
Parameter | Required | Description |
---|---|---|
condition1 | Yes | the initial condition to test, which must result in either TRUE or FALSE |
[, condition2], ... | No | additional conditions to test, which must result in either TRUE or FALSE |
Returns | Logical |
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.