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