FormulaCraft

MAXIFS / MINIFS

MAXIFS returns the highest value where all criteria are true; MINIFS returns the lowest. They are the conditional versions of MAX and MIN.

Excel
=MAXIFS(C:C, A:A, "West")
Google Sheets
=MAXIFS(C:C, A:A, "West")

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 1C:C is the range to take the max from.
  2. 2A:A = "West" limits it to matching rows.
  3. 3Swap MAXIFS for MINIFS to get the smallest matching value.

Need a version for your data?

Try: “Find the highest amount in column C where the region in A is West

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: