Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
MAXIFS finds the largest value in a max_range where corresponding cells in one or more criteria ranges satisfy given conditions. It is the conditional counterpart to MAX, useful for finding the best result within a specific category or time period.
=MAXIFS(B2:B5,A2:A5,"East")=MAXIFS(B2:B5,A2:A5,"East")Computed by a real spreadsheet engine on the sample data below.
| Region | Sales |
| East | 5200 |
| West | 4800 |
| East | 6100 |
| West | 5900 |
=MAXIFS(B2:B5,A2:A5,"East")→6100
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: