In Excel, which logical function returns TRUE if all arguments evaluate TRUE; FALSE if not?
OR
AND
IF
ANDIF
Correct answer is B
The AND() function is used to test multiple conditions and returns TRUE if all arguments evaluate TRUE; FALSE if not.
Syntax:
=AND (logical1, [logical2], ...)