Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Use the OR function to determine if any conditions in a test are TRUE.

Example 1: Returns TRUE if the value of A1 is less than 25, or greater than 75. Otherwise it returns FALSE.
=OR(A1<25,A1>75)

Example 2: Returns TRUE if A1 contains the text Yes, Maybe, or Tentative. Otherwise it returns FALSE.
=OR(A1="Yes",A1="Maybe",A1="Tentative")

For more info, see OR function.

Use the OR function to determine if any conditions in a test are TRUE.

Example 1: Returns TRUE if the value of A1 is less than 25, or greater than 75. Otherwise it returns FALSE.
=OR(A1<25,A1>75)

Example 2: Returns TRUE if A1 contains the text Yes, Maybe, or Tentative. Otherwise it returns FALSE.
=OR(A1="Yes",A1="Maybe",A1="Tentative")

For more info, see OR function.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×