Returns TRUE if all of the specified arguments evaluate to TRUE; returns FALSE if one or more of the arguments evaluate to FALSE.
Syntax
![]() |
---|
AND( Logical l1, [Logical l2], ... ) → Logical |
The arguments must evaluate to logical values or arrays of logical values. If the specified range contains an argument that does not meet this requirement, the AND function returns the #VALUE! error value.
Formula
![]() |
---|
=AND(A1) |
Function Reference
OR Function
IF Function