Truth table for the AND operator : Logical Operators « Language Basics « VBA / Excel / Access / Word






Truth table for the AND operator

 
Condition1     Condition2     Condition1 AND Condition2
True           True           True
True           False          False
False          True           False
False          False          False

 








Related examples in the same category

1.Logical operators in VBA
2.Truth table for the OR operator
3.Truth table for the NOT operator
4.Use Boolean value in an If statement
5.Logical Expressions