- Database Basics
- How the Functions Work
- Criteria Range
- Numeric Criteria
- Which Database Functions Are Available?
- Summary
Which Database Functions Are Available?
Excel provides database versions of most of its mathematical functions. These functions are listed in the following table along with a brief description of what each one does.
Database Function |
Calculation |
DAVERAGE |
The average. |
DCOUNT |
Number of records that contain numbers in the specified field. |
DCOUNTA |
Number of records in which the specified field is not blank. |
DGET |
Returns the single matching value. If more than one record matches, returns #NUM#. If no record matches, returns #VALUE#. |
DMAX |
The largest value. |
DMIN |
The smallest value. |
DPRODUCT |
The product of all matching values. |
DSTDEV |
The sample standard deviation. |
DSTDEVP |
The population standard deviation. |
DSUM |
The sum. |
DVAR |
The sample variance. |
DVARP |
The population variance. |