AND
Evaluates, if all given values are true.
Syntax
=AND(Value1, [Value2, ...])
Arguments
Name | Description |
---|---|
Value1 | First value to check |
Value2, ... (optional) | Other values to check |
Return
TRUE, if all passed arguments are true, otherwise FALSE.
Examples
Formula | Result | Comment |
---|---|---|
| TRUE | Numbers not equal 0 are evaluated as TRUE |
| TRUE | Non empty strings are evaluated as TRUE |
| FALSE | First Value is "FALSE", function is evaluated as "FALSE" |