Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
AND evaluates several logical conditions and returns TRUE only if all of them hold. It is most useful nested inside IF to require multiple criteria at once.
=AND(A2>0, B2>0)=AND(A2>0, B2>0)Computed by a real spreadsheet engine on the sample data below.
| X | Y |
| 5 | 8 |
=AND(A2>0, B2>0)→TRUE
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: