answersLogoWhite

0

The OR function contains at least two logical statements. If at least one is true, then it will return a TRUE result. If not, it returns a FALSE result.

=OR(10>2, 3>5)

Obviously 10 is greater than 2, so the above function will give a TRUE result. The OR function is usually used in conjunction with an IF function, to allow a particular action to be taken based on the result of the OR function. The OR function will be in the condition part of the IF function, which is the first part.

User Avatar

Wiki User

9y ago

What else can I help you with?