-
Microsoft Excel Office 365
Learn How to Use Microsoft Excel DGET Function
In this article, you will learn how to use the Microsoft Excel DGET function and its prime function in Microsoft Excel. You will also get to know the Microsoft Excel DGET function return value and syntax with the help of some examples.
Microsoft Excel DGET Function
The main purpose of the Microsoft Excel DGET function is to get the value from matching records in the database. That implies, with the help of the DGET function you can able to get a single value in a given field from a record that matches the criteria. It should be noted that the DGET function will return the #NUM error if more than one record matches the criteria. So, with the help of the DGET function, you can able to count the matching records in the database.
Return Value of DGET Function
The return value will be the value in the given field.
Syntax of DGET Function
=DGET(database, field, criteria)
Where the arguments:
- database: This is the database range including headers.
- field: This is a field name or index to count optional.
- criteria: This is the criteria range including headers.
How to Use Microsoft Excel DGET Function?
So we know that Microsoft Excel DGET function you can able to get the value from matching records in the database. That implies, with the help of the DGET function you can able to get a single value in a given field from a record that matches the criteria. It should be noted that the DGET function will return the #NUM error if more than one record matches the criteria. So, with the help of the DGET function, you can able to count the matching records in the database.
Check out the list of all other articles:
- Learn How to Get First Text Value With HLOOKUP in Microsoft Excel
- Learn How to Get First Text Value in List in Microsoft Excel
- Learn How to Get First Non Blank Value in List in Microsoft Excel
- Learn How to Get First Match Cell Contains in Microsoft Excel
- Learn How to Get Employee Information With VLOOKUP in Microsoft Excel
- Learn How to Get Cell Content At Given Row and Column in Microsoft Excel
- Learn How to Find Missing Values in Microsoft Excel
- Learn How to Find Longest String With Criteria in Microsoft Excel
Comments