1000 Excel Formulas
Home
Categories
About
Search
OR
Logical
Returns TRUE if any argument is TRUE
Syntax:
=OR(logical1, [logical2], ...)
Example:
=OR(A1>10, B1<20)