Returns TRUE if any of the given arguments are considered TRUE, and FALSE otherwise.
Syntax
Remarks
All the text values are ignored during evaluation.
Zero is considered FALSE, while all other non-zero numbers are considered TRUE.
Examples
|
Formula |
Result |
|
=OR(TRUE;12;FALSE) |
TRUE |
|
=OR(10-15>1) |
FALSE |
|
=OR(TRUE;"1/2/2019") |
TRUE |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions