OR
Evaluates, if at least one of the given values is true.
Syntax
=OR(Value1, [Value2, ...])
Arguments
| Name | Type | Description | 
|---|---|---|
| Value1 | Value | First value to check | 
| Value2, ... (optional) | Value | Other values to check | 
Return
| Type | Description | 
|---|---|
| Boolean | 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 |