AND
The AND function returns true if all of the provided arguments are logically true, and false if any of the provided arguments are logically false.
The AND function returns true if all of the provided arguments are logically true, and false if any of the provided arguments are logically false.
Syntax
Returns one value if a logical expression is TRUE and another if it is FALSE.
Syntax
Syntax
Syntax
Syntax
The OR function returns true if any of the provided arguments are logically true, and false if all of the provided arguments are logically false.