AND
Logical

Returns TRUE if all arguments are TRUE

Syntax:

=AND(logical1, [logical2], ...)

Example:

=AND(A1>10, B1<20)