OR
Evaluates, if at least one of the given values is true.
Syntax
=OR(Value1, [Value2, ...])
Arguments
| Name | Description | 
|---|---|
| Value1 | First value to check | 
| Value2, ... (optional) | Other values to check | 
Return
TRUE, if at least one of the arguments are true, otherwise FALSE.
Examples
| Formula | Result | Comment | 
|---|---|---|
 | TRUE | 0 is evaluated as FALSE | 
 | TRUE | Non empty strings are evaluated as TRUE | 
 | FALSE | 0 is evaluated as FALSE |