This function checks for various criteria and returns TRUE if all arguments are TRUE; else, it returns FALSE.
Syntax:
=AND (logical1, [logical2], …)
Parameter list:
Example :
EAND() returns TRUE if all of the parameters return TRUE (or any nonzero integer).
AND() returns FALSE (or 0) if one or more of the parameters return FALSE (or 0).
Ask Your Query