The function AND returns TRUE if all conditions in the argument are true and returns false if any of the conditions in the argument are false.
Syntax:
=And(Logical condition 1, logical condition 2, …)
Logical condition 1, First logical condition to evaluate for True or False
Logical condition 2, Second logical condition to evaluate for True or False