Find the largest or smallest value that meets a criterion.
Copy this formula
=MAXIFS(C:C, A:A, "East")MAXIFS returns the maximum of the values where the criteria match; MINIFS returns the minimum. Both accept multiple range/criteria pairs, like SUMIFS.
=MINIFS(C:C, A:A, "East", B:B, ">0")→45Smallest positive value in the East region.
MAXIFS/MINIFS need Excel 2019+. On older versions use an array MAX(IF(...)) entered with Ctrl+Shift+Enter.
Need a formula for your own data?
Describe what you want in plain language and let ExcelGPT write, explain, and verify the formula — free to start, no plugin.