Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
MINIFS finds the smallest value in a min_range where corresponding cells in criteria ranges match given conditions. It pairs naturally with MAXIFS to bracket results, such as finding the cheapest item in a specific product category.
=MINIFS(B2:B5,A2:A5,"East")=MINIFS(B2:B5,A2:A5,"East")Computed by a real spreadsheet engine on the sample data below.
| Region | Sales |
| East | 5200 |
| West | 4800 |
| East | 3100 |
| West | 5900 |
=MINIFS(B2:B5,A2:A5,"East")→3100
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: