AND

AND logical conjunction

Synopsis

AND(b0,b1,…)

Arguments

b0: logical value

b1: logical value

Description

AND calculates the logical conjunction of its arguments b0,b1,...

Note

If an argument is numerical, zero is considered FALSE and anything else TRUE. Strings and empty values are ignored. If no logical values are provided, then the error #VALUE! is returned. This function is strict: if any argument is an error, the result will be the first such error.

Microsoft Excel Compatibility

This function is Excel compatible.

See also

OR, NOT, IF.