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
Need it for your exact data?
Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.
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: