Returns a single value from a database table-like array or range using a SQL-like query. Learn more
DGET is a function in Google Sheets that retrieves a single value from 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 value to be retrieved.
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.