Skip to main content

8 docs tagged with "Logical"

View All Tags

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.

IF

Returns one value if a logical expression is TRUE and another if it is FALSE.

OR

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.