14.5.1.DMAX(database,field,criteria) returns the maximum 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: =DMAX(A1:C4,D1:D2)
|
|
Press Enter to get the result
|
|
|