top of page
OR function
Description
This OR function returns either TRUE or FALSE when test multiple condition at the same time. The OR function can be used as the logical test inside the IF function to avoid extra nested IFs and could be combine with the AND function.
Objective
Test multiple OR condition.
Syntax
=OR(logical1, logical2,....)
Arguments
logical1 - the first condition or logical value to evaluate.
logical2 - [optional] the second condition or logical value to evaluate.
bottom of page