Database
DVARP
Returns the variance based on the entire population using the specified field and criteria. Syntax DVARP(database; field; criteria) database: The data range to process. E.g. A1:D9 field: The column in database range to examine. Can be the name of ...
DVAR
Returns the variance of a population based on the given sample using the specified field and criteria. Syntax DVAR(database; field; criteria) database: The data range to process. E.g. A1:D9 field: The column in database range to examine. Can be ...
DSUM
Returns the sum of the values in a column, that meet the specified criteria. Syntax DSUM(database; field; criteria) database: The data range to process. E.g. A1:D10 field: The column in database range to examine. Can be the name of the column ...
DSTDEVP
Returns the standard deviation based on all the values in a column, that meet the specified criteria. Syntax DSTDEVP(database; field; criteria) database: The data range to process. E.g. A1:D9 field: The column in database range to examine. Can be ...
DSTDEV
Returns the standard deviation based on sample values in a column, that meet specified criteria. Syntax DSTDEV(database_table; field; criteria_table) database: The data range to process. E.g. A1:D9 field: The column in database range to examine. ...
DPRODUCT
Returns the product of cells in a column, that meet specified criteria. Syntax DPRODUCT(database; field; criteria) database: The data range to process. E.g. A1:C7 field: The column in database range to examine. Can be the name of the column label ...
DMIN
Returns the lowest value in a column, that meets the specified criteria. Syntax DMIN(database; field; criteria) database: The data range to process. E.g. A1:C9 field: The column in database range to examine. Can be the name of the column label or ...
DMAX
Returns the largest value in a column that meets the specified criteria. Syntax DMAX(database; field; criteria) database: The data range to process. E.g. A1:C9 field: The column in database range to examine. Can be the name of the column label or ...
DGET
Returns a single value from a column of the given database that meets the specified criteria. Syntax DGET(database; field; criteria) database: The data range to process. E.g. A1:D9 field: The column in database range to examine. Can be the name ...
DCOUNTA
Counts the non-empty cells in a column that meet the specified criteria. Syntax DCOUNTA(database; field; criteria) database: The data range to process. E.g. A1:D9 field: The column in database range to examine. Can be the name of the column label ...
DCOUNT
Counts the cells containing numbers in a column that meet the specified criteria. Syntax DCOUNT(database; field; criteria) database: The data range to process. E.g. A1:D9 field: The column in database range to examine. Can be the name of the ...
DAVERAGE
Returns the average of values in a column that meet the specified criteria. Syntax DAVERAGE(database; field; criteria) database: The data range to process. E.g. A1:C9 field: The column in database range to examine. Can be the name of the column ...