MINIFS Function
The MINIFS function is one of the statistical functions. It is used to return the minimum value among cells specified by a given set of conditions or criteria.
Syntax
MINIFS(min_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)
The MINIFS function has the following arguments:
| Argument | Description |
|---|---|
| min_range | The range of cells in which the minimum will be determined. |
| criteria_range1 | The first selected range of cells to apply the criteria1 to. |
| criteria1 | The first condition that must be met. It is applied to the criteria_range1 and used to determine which cells in the min_range will be evaluated as minimum. |
| criteria_range2, criteria2 | Additional ranges of cells and their corresponding criteria. These arguments are optional. |
Notes
You can use wildcard characters when specifying criteria. The question mark "?" can replace any single character and the asterisk "*" can be used instead of any number of characters.
How to apply the MINIFS function.
Examples
The figure below displays the result returned by the MINIFS function.
