OR

OR returns TRUE if any argument is TRUE; returns FALSE if all arguments are FALSE.

=OR(TRUE) One argument is TRUE  TRUE
=OR(1+1=1,2+2=5) All arguments evaluate to FALSE  FALSE
=OR(TRUE,FALSE,TRUE) At least one argument is TRUE TRUE