Returns the largest value in a column that meets the specified criteria.
Syntax
Remarks
If you wish to perform the operation on the entire column, you can provide a blank cell as the criteria below the column labels.
Examples
|
Formula |
Result |
|
=DMAX(A1:C9;"Weight";H1:H2) |
48 |
|
=DMAX(A1:D9;D1;J1:J2) |
78 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions