Excel DGET function - Notes and Example
What does DGET do ?
The DGET function is used to find a single value from a database (table) that matches the given condition (criteria).
It returns a result only when one unique record satisfies the criteria.
Syntax
=DGET(database, field, criteria)
Argument Explanation :-
Database - Select the complete table including column headings.
Field- Select the column number or column heading from which the value is required.
Criteria- Select the range that contains column heading with condition.
Example Table :-
Formula Example:-
Database › whole table
Field › Sales
Criteria Range › First Name
Neha
Important Note -
• The criteria must return only one matching record.
• If no record or multiple records match, Excel returns an error.
Watch on YouTube > DGET function


Comments
Post a Comment