OR

Returns TRUE if any of the evaluated expressions are TRUE. Returns FALSE if all expressions are false.  Empty cells are ignored.

Syntax

OR(expression,{expression},...)

Arguments

expression Values or cell references to examine.

Example

OR(TRUE, FALSE) returns TRUE