Returns TRUE if any of the specified arguments evaluate to TRUE; returns FALSE if all arguments evaluate to FALSE.
Syntax Copy Code |
---|
OR( Logical l1, [Logical l2], ... ) -> Logical |
The arguments must evaluate to logical values or arrays of logical values. If the specified range contains an argument that does not meet this requirement, the OR function returns the #VALUE! error value.
Formula Copy Code |
---|
=AND(A1) |
Function Reference
AND Function
IF Function