Excel AND function

Function              AND

Description        Excel AND function is required to use more than one logical condition at one time. If all the logical conditions are true then it returns TRUE or returns FALSE

Syntax  AND(logical1, [logical2], …)

logical1  The first condition or logical value to evaluate.

logical2  [optional] The second condition or logical value to evaluate.

Related Video Tutorials: