Sigma Squared

DGET

DGET

May 31, 2023
|
No Comments

Definition: DGET is a function that extracts a single value from a database that meets a specified condition.

Syntax: =DGET(database, field, criteria)

Situation: This formula is suitable when you need to extract a single value from a database that meets a specified condition.

Example: If you have a database with employee information and want to extract the salary of an employee with the name “John Doe”, the formula =DGET(A1:D10, “Salary”, {“Name”, “John Doe”}) can be used.

Leave a Reply

Your email address will not be published. Required fields are marked *