Syntax:
AND(Logical value 1; Logical value 2 ...Logical value 30)
Logical value 1; Logical value 2 ...Logical value 30 are conditions to be checked.
Example:
=AND(2<3;5>=4;11+10=21) will return TRUE
=AND(2<3;5>=4;11+10=30) will return FALSE
Screen Shot:
No comments:
Post a Comment