0% found this document useful (0 votes)
47 views1 page

AND Function

This document explains the AND logical function in Excel. The AND function returns TRUE only if all criteria specified in the function evaluate to TRUE. It was used to check if scores in multiple games were all over 200 by using the AND function in cells to check if each corresponding cell was greater than 200. If all cells met this criteria, the AND function would return TRUE, otherwise it returns FALSE.

Uploaded by

Popeye Alex
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views1 page

AND Function

This document explains the AND logical function in Excel. The AND function returns TRUE only if all criteria specified in the function evaluate to TRUE. It was used to check if scores in multiple games were all over 200 by using the AND function in cells to check if each corresponding cell was greater than 200. If all cells met this criteria, the AND function would return TRUE, otherwise it returns FALSE.

Uploaded by

Popeye Alex
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

AND Function

This is a logical function that only returns TRUE or FALSE. If all criteria asked in the function
are TRUE, then this returns a TRUE. Otherwise it returns a FALSE.

In this example, we want to see if each person scored over 200 in ALL games. So we put the
AND function in cells E2 to E5 because the AND function requires ALL items to be TRUE
So we go to E2 and go to the wizard.
Logical1 : This is our first test. Is cell B2 greater than 200. Result is FALSE.
Logical2 : This is our first test. Is cell C2 greater than 200. Result is FALSE.
Logical3 : This is our first test. Is cell D2 greater than 200. Result is FALSE.
=AND(B2>200,C2>200,D2>200)
The total formula returns a FALSE because not all of the results were TRUE. In cell E4, when
we check if B4, C4 and D4 are greater than 200, since they all are, E4 would be TRUE.
=AND(B4>200,C4>200,D4>200) equals TRUE
www.ExcelByJoe.com

You might also like