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 :-

Example Table


Formula Example:- 
Database › whole table
Field › Sales
Criteria Range › First Name
                                Neha


Use of formula




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

Popular posts from this blog

Excel DAVERAGE Function – Calculate Average Using Criteria

Excel DSUM Function – Notes and Example