Returns the lowest value in a column, that meets the specified criteria.
Syntax
database: The data range to process. E.g. A1:C9
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 |
|
=DMIN(A1:D9;D1;I1:I2) |
32 |
|
=DMIN(A1:D9;"Weight";J1:J2) |
32 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions