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






Truth table for the OR operator

 
Condition1     Condition2     Condition1 OR Condition2
True           True           True
True           False          True
False          True           True
False          False          False

 








Related examples in the same category

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