Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
AND returns TRUE only when every condition holds; OR returns TRUE when at least one does. They are usually nested inside IF to build richer rules.
=IF(AND(B2>0, C2="Open"), "Action", "")=IF(AND(B2>0, C2="Open"), "Action", "")Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “If amount in B2 is positive and status in C2 is Open, mark it Action”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: