Function OR
Returns TRUE if at least one of the values is TRUE. Note that those values can be variables
or the result of functions and operators.
This is useful for conditions for IF and @IF for example.
Usage
OR(value1, value2...)
Parameters
| value1 |
(Required) The first |
| value2 |
The second |
| ... |
You can give as many values as you want |