Returns the maximum value selected from a database table-like array or range using a SQL-like query. Learn more
DMAX is a function in Google Sheets that finds the maximum value in a field of a database that meets specific criteria.
The function has three arguments:
Database: This is the range of cells that contains the data to be analyzed, including column headers.
Field: This is the name of the column or field that contains the values to be compared.
Criteria: This is a range of cells that contains the criteria to be applied to the database. Each column in the criteria range corresponds to a column in the database, and each row represents a separate criterion.