Returns the minimum value from a given list of arguments, based on the specified conditions.
Syntax
min_range: The source range to find the minimum value. Eg., B2:B7
condition_range: The ranges to evaluate. Eg., C2:C7
Examples
|
Formula |
Result |
|
=MINIFS(B2:B7;B2:B7;">20") |
23 |
|
=MINIFS(C2:C7;B2:B7;23;A2:A7;"Female") |
53 |
|
=MINIFS(C2:C7;A2:A7;"Male") |
34 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions