Excel Function
OR
Returns TRUE when any condition is TRUE.
OR(logical1, [logical2], ...)Arguments
logical1
RequiredEnter an expression such as comparison or calculation.
logical2
OptionalEnter an expression such as comparison or calculation.
Practice Preview
show logical evaluation results. Use OR to Returns TRUE when any condition is TRUE. use C2>=80 for logical1, use D2>=90 for logical2. Fill the argument fields below and complete a formula that achieves this goal.
Sample correct formula
=OR(C2>=80, D2>=90)