0% found this document useful (0 votes)
34 views1 page

Database Functions

This document lists database functions in Excel and describes what they do. It includes functions like DAVERAGE to return the average of database entries, DCOUNT and DCOUNTA to count cells in a database, DGET to extract a single record from a database, DMAX and DMIN to return maximum and minimum values, and DSUM to add numbers from records matching criteria. Other functions are DPRODUCT to multiply field values, DSTDEV and DSTDEVP to calculate standard deviation from samples or populations, and DVAR and DVARP to estimate or calculate variance.

Uploaded by

amanmathur_jpr
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views1 page

Database Functions

This document lists database functions in Excel and describes what they do. It includes functions like DAVERAGE to return the average of database entries, DCOUNT and DCOUNTA to count cells in a database, DGET to extract a single record from a database, DMAX and DMIN to return maximum and minimum values, and DSUM to add numbers from records matching criteria. Other functions are DPRODUCT to multiply field values, DSTDEV and DSTDEVP to calculate standard deviation from samples or populations, and DVAR and DVARP to estimate or calculate variance.

Uploaded by

amanmathur_jpr
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Database functions

Function DAVERAGE DCOUNT DCOUNTA DGET DMAX DMIN Description Returns the average of selected database entries Counts the cells that contain numbers in a database Counts nonblank cells in a database Extracts from a database a single record that matches the specified criteria Returns the maximum value from selected database entries Returns the minimum value from selected database entries Multiplies the values in a particular field of records that match the criteria in DPRODUCT a database Estimates the standard deviation based on a sample of selected database DSTDEV entries Calculates the standard deviation based on the entire population of selected DSTDEVP database entries Adds the numbers in the field column of records in the database that match DSUM the criteria DVAR Estimates variance based on a sample from selected database entries DVARP Calculates variance based on the entire population of selected database

You might also like