14.6.1.DMIN(database,field,criteria) returns the minimum value from selected database entries |
|
Database is the range of cells. The first row of the list contains labels for each column. |
Field indicates which column is used in the function. |
Criteria is the cells that contains at least one column label and at least one cell below specifying a condition for the column. |
|
|
Fill the criteria:=">100"
|
|
|
Fill the formula: =DMIN(A1:C4,"Salary",D1:D2)
Press Enter to get the result
|
|
|