Database DSUM FLOAT Range marking the database String String marking the column in the database String Range marking the conditions String Sums up the numbers in a column of a database specified by a set of conditions. DSUM(Database; "Header"; Conditions) DSUM(A1:C5; "Salary"; A9:A11) DAVERAGE FLOAT Range marking the database String String marking the column in the database String Range marking the conditions String Calculates the average in a column of a database specified by a set of conditions for values that are numbers DAVERAGE(Database; "Header"; Conditions) DAVERAGE(A1:C5; "Salary"; A9:A11) DCOUNT FLOAT Range marking the database String String marking the column in the database String Range marking the conditions String Counts the cells containing numeric values in a column of a database specified by a set of conditions. DCOUNT(Database; "Header"; Conditions) DCOUNT(A1:C5; "Salary"; A9:A11) DCOUNTA DCOUNTA FLOAT Range marking the database String String marking the column in the database String Range marking the conditions String Counts the cells containing numeric or alphanumeric values in a column of a database specified by a set of conditions. DCOUNTA(Database; "Header"; Conditions) DCOUNTA(A1:C5; "Salary"; A9:A11) DCOUNT DGET FLOAT Range marking the database String String marking the column in the database String Range marking the conditions String Returns a single value from a column of a database specified by a set of conditions. This function returns an error if no value or more than one value exist. DGET(Database; "Header"; Conditions) DGET(A1:C5; "Salary"; A9:A11) DMAX FLOAT Range marking the database String String marking the column in the database String Range marking the conditions String Returns the largest value in a column of a database specified by a set of conditions. DMAX(Database; "Header"; Conditions) DMAX(A1:C5; "Salary"; A9:A11) DMIN DMIN FLOAT Range marking the database String String marking the column in the database String Range marking the conditions String Returns the smallest values in a column of a database specified by a set of conditions. DMIN(Database; "Header"; Conditions) DMIN(A1:C5; "Salary"; A9:A11) DMAX DPRODUCT FLOAT Range marking the database String String marking the column in the database String Range marking the conditions String Returns the product of all numeric values in a column of a database specified by a set of conditions. DPRODUCT(Database; "Header"; Conditions) DPRODUCT(A1:C5; "Salary"; A9:A11) DSTDEV FLOAT Range marking the database String String marking the column in the database String Range marking the conditions String Returns the estimate of the standard deviation of a population based on a sample using all numeric values in a column of a database specified by a set of conditions. DSTDEV(Database; "Header"; Conditions) DSTDEV(A1:C5; "Salary"; A9:A11) DSTDEVP DSTDEVP FLOAT Range marking the database String String marking the column in the database String Range marking the conditions String Returns the standard deviation of a population based on the entire population using all numeric values in a column of a database specified by a set of conditions. DSTDEVP(Database; "Header"; Conditions) DSTDEVP(A1:C5; "Salary"; A9:A11) DSTDEV DVAR FLOAT Range marking the database String String marking the column in the database String Range marking the conditions String Returns the estimate of the variance of a population based on a sample using all numeric values in a column of a database specified by a set of conditions. DVAR(Database; "Header"; Conditions) DVAR(A1:C5; "Salary"; A9:A11) DVARP DVARP FLOAT Range marking the database String String marking the column in the database String Range marking the conditions String Returns the variance of a population based on the entire population using all numeric values in a column of a database specified by a set of conditions. DVARP(Database; "Header"; Conditions) DVARP(A1:C5; "Salary"; A9:A11) DVAR GETPIVOTDATA FLOAT String Range containing the pivot table String Name of the field of which you want the summary data Fetches summary data from a pivot table. GETPIVOTDATA(Database; "Sales")