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