The function OR returns TRUE if at least one condition in the argument is true and returns FALSE if all the conditions in the argument are false.
=Or(Logical condition 1, logical condition 2, …)
Logical condition 1, First logical condition to evaluate for True or False
Logical condition 2, Second logical condition to evaluate for True or False