DAVERAGE FUNCTION
It Averages the values in a column in a list or database that match conditions you specify.
General form-DAVERAGE(database,field,criteria)
Where
Database is the range of cells that make up the list or database. A database is a list of related data in which rows of related information are records and columns of data are fields. The first row of the list contains labels for each column. Field indicates which column is used in the function. Field can be given as text with the column label enclosed between double quotation marks, such as "Age" or "Yield," or as a number that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on. Criteria is the range of cells that contains the conditions you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label for specifying a condition for the column.
DAVERAGE FUNCTION E.G
DCOUNT FUNCTION
Counts the cells that contain numbers in a column in a list or database that match conditions you specify. The field argument is optional. If field is omitted, DCOUNT counts all records in the database that match the criteria. GENERAL FORM-DCOUNT(database,field,criteria) WHERE Database is the range of cells that make up the list or database.
Field indicates which column is used in the function. Field can be given as text with the column label enclosed between double quotation marks, such as "Age" or "Yield," or as a number that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on. Criteria is the range of cells that contains the conditions you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label for specifying a condition for the column.
DCOUNT FUNCTION E.G
DCOUNTA FUNCTION
It Counts all of the nonblank cells in a column in a list or database that match conditions you specify.
GENERAL FORM-DCOUNTA(database,field,criteria) WHERE
Database is the range of cells that make up the list or database. Field indicates which column is used in the function. Criteria is the range of cells that contains the conditions you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label for specifying a condition for the column.
DOCUNTA FUNCTION E.G
DGET FUNCTION
It Extracts a single value from a column in a list or database that matches conditions you specify. GENERAL FORM-DGET(DATABASE,FIELD,CRITERIA) WHERE Database is the range of cells that make up the list or database. Field indicates which column is used in the function. Field can be given as text with the column label enclosed between double quotation marks, such as "Age" or "Yield," or as a number that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.
Criteria is the range of cells that contains the conditions you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label for specifying a condition for the column.
DGET FUNCTION E.G
DMAX FUNCTION
It Returns the largest number in a column in a list or database that matches conditions you specify. GENERAL FORM-DMAX(database,field,criteria) WHERE Database is the range of cells that make up the list or database. Field indicates which column is used in the function. Field can be given as text with the column label enclosed between double quotation marks, such as "Age" or "Yield," or as a number that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.
Criteria is the range of cells that contains the conditions you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label for specifying a condition for the column.
DMAX FUNCTION E.G
DMIN FUNCTION
It Returns the smallest number in a column in a list or database that matches conditions you specify.
GENERAL FORM-DMIN(database,field,criteria)
Database is the range of cells that make up the list or database. Field indicates which column is used in the function. Field can be given as text with the column label enclosed between double quotation marks, such as "Age" or "Yield," or as a number that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on. Criteria is the range of cells that contains the conditions you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label for specifying a condition for the column.
DMIN FUNCTION E.G
DPRODUCT FUNCTION
It Multiplies the values in a column in a list or database that match conditions you specify.
GENERAL FORM-DPRODUCT(database,field,criteria) WHERE Database is the range of cells that make up the list or database. Field indicates which column is used in the function. Field can be given as text with the column label enclosed between double quotation marks, such as "Age" or "Yield," or as a number that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.
Criteria is the range of cells that contains the conditions you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label for specifying a condition for the column.
DPRODUCT FUNCTION E.G
DSUM FUNCTION
Adds the numbers in a column in a list or database that match conditions you specify. GENERAL FORM-DSUM(database,field,criteria) WHERE Database is the range of cells that make up the list or database. Field indicates which column is used in the function. Field can be given as text with the column label enclosed between double quotation marks, such as "Age" or "Yield," or as a number that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on. Criteria is the range of cells that contains the conditions you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label for specifying a condition for the column.
DSUM FUNCTION E.G
DSTDEVP FUNCTION
It Calculates the standard deviation of a population based on the entire population, using the numbers in a column in a list or database that match conditions you specify. GENERAL FORM-DSTDEVP((database,field,criteria) WHERE Database is the range of cells that make up the list or database. Field indicates which column is used in the function. Field can be given as text with the column label enclosed between double quotation marks, such as "Age" or "Yield," or as a number that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on. Criteria is the range of cells that contains the conditions you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label for specifying a condition for the column.
DSTDEVP FUNCTION E.G
DVAR FUNCTION
It Estimates the variance of a population based on a sample, using the numbers in a column in a list or database that match conditions you specify. GENERAL FORM-DVAR(database,field,criteria) WHERE Database is the range of cells that make up the list or database.
Field indicates which column is used in the function. Field can be given as text with the column label enclosed between double quotation marks, such as "Age" or "Yield," or as a number that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.
Criteria is the range of cells that contains the conditions you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label for specifying a condition for the column.
DVAR FUNCTION E.G
DVARP FUNCTION
It Calculates the variance of a population based on the entire population, using the numbers in a column in a list or database that match conditions you specify. GENERAL FORM-DVARP(database,field,criteria) WHERE Database is the range of cells that make up the list or database.
Field indicates which column is used in the function. Field can be given as text with the column label enclosed between double quotation marks, such as "Age" or "Yield," or as a number that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on. Criteria is the range of cells that contains the conditions you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label for specifying a condition for the column.
DVARP FUNCTION E.G