Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=MINIFS(B2:B6,B2:B6,">0")Computed by a real spreadsheet engine on the sample data below.
| Product | Units |
| Alpha | 0 |
| Beta | 12 |
| Gamma | 7 |
| Delta | 0 |
| Epsilon | 3 |
=MINIFS(B2:B6,B2:B6,">0")→3
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
MIN and MINIFS both ignore blanks automatically, so you only need to handle zeros explicitly.
MINIFS will return 0 when no cells match the criterion '>0'. Use IFERROR to handle this gracefully.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: