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.

The AND function is a logical function that tests multiple conditions.

=AND(A1>25,A1<75) returns TRUE if the value of A1 is greater than 25, or less than 75.

=AND(A1="Yes",B1="Yes") returns TRUE if A1 contains the text "Yes" and B1 also contains "Yes".

In these examples, the formula displays TRUE if all of the conditions are satisfied, and FALSE if even one condition isn't satisfied.

The AND function is a logical function that tests multiple conditions.

=AND(A1>25,A1<75) returns TRUE if the value of A1 is greater than 25, or less than 75.

=AND(A1="Yes",B1="Yes") returns TRUE if A1 contains the text "Yes" and B1 also contains "Yes".

In these examples, the formula displays TRUE if all of the conditions are satisfied, and FALSE if even one condition isn't satisfied.

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!

×