PHPExcel_Calculation_Database
category | PHPExcel |
---|---|
package | PHPExcel_Calculation |
copyright | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
DAVERAGE(mixed[] $database, string | integer $field, mixed[] $criteria) : float
Averages the values in a column of a list or database that match conditions you specify.
Excel Function: DAVERAGE(database,field,criteria)
access | public |
---|---|
category | Database Functions |
mixed[]
The range of cells that makes 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.
string
integer
Indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.
mixed[]
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 in which you specify a condition for the column.
float
DCOUNT(mixed[] $database, string | integer $field, mixed[] $criteria) : integer
Counts the cells that contain numbers in a column of a list or database that match conditions that you specify.
Excel Function: DCOUNT(database,[field],criteria)
Excel Function: DAVERAGE(database,field,criteria)
access | public |
---|---|
category | Database Functions |
TODO | The field argument is optional. If field is omitted, DCOUNT counts all records in the database that match the criteria. |
mixed[]
The range of cells that makes 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.
string
integer
Indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.
mixed[]
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 in which you specify a condition for the column.
integer
DCOUNTA(mixed[] $database, string | integer $field, mixed[] $criteria) : integer
Counts the nonblank cells in a column of a list or database that match conditions that you specify.
Excel Function: DCOUNTA(database,[field],criteria)
access | public |
---|---|
category | Database Functions |
TODO | The field argument is optional. If field is omitted, DCOUNTA counts all records in the database that match the criteria. |
mixed[]
The range of cells that makes 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.
string
integer
Indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.
mixed[]
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 in which you specify a condition for the column.
integer
DGET(mixed[] $database, string | integer $field, mixed[] $criteria) : mixed
Extracts a single value from a column of a list or database that matches conditions that you specify.
Excel Function: DGET(database,field,criteria)
access | public |
---|---|
category | Database Functions |
mixed[]
The range of cells that makes 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.
string
integer
Indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.
mixed[]
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 in which you specify a condition for the column.
mixed
DMAX(mixed[] $database, string | integer $field, mixed[] $criteria) : float
Returns the largest number in a column of a list or database that matches conditions you that specify.
Excel Function: DMAX(database,field,criteria)
access | public |
---|---|
category | Database Functions |
mixed[]
The range of cells that makes 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.
string
integer
Indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.
mixed[]
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 in which you specify a condition for the column.
float
DMIN(mixed[] $database, string | integer $field, mixed[] $criteria) : float
Returns the smallest number in a column of a list or database that matches conditions you that specify.
Excel Function: DMIN(database,field,criteria)
access | public |
---|---|
category | Database Functions |
mixed[]
The range of cells that makes 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.
string
integer
Indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.
mixed[]
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 in which you specify a condition for the column.
float
DPRODUCT(mixed[] $database, string | integer $field, mixed[] $criteria) : float
Multiplies the values in a column of a list or database that match conditions that you specify.
Excel Function: DPRODUCT(database,field,criteria)
access | public |
---|---|
category | Database Functions |
mixed[]
The range of cells that makes 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.
string
integer
Indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.
mixed[]
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 in which you specify a condition for the column.
float
DSTDEV(mixed[] $database, string | integer $field, mixed[] $criteria) : float
Estimates the standard deviation of a population based on a sample by using the numbers in a column of a list or database that match conditions that you specify.
Excel Function: DSTDEV(database,field,criteria)
access | public |
---|---|
category | Database Functions |
mixed[]
The range of cells that makes 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.
string
integer
Indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.
mixed[]
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 in which you specify a condition for the column.
float
DSTDEVP(mixed[] $database, string | integer $field, mixed[] $criteria) : float
Calculates the standard deviation of a population based on the entire population by using the numbers in a column of a list or database that match conditions that you specify.
Excel Function: DSTDEVP(database,field,criteria)
access | public |
---|---|
category | Database Functions |
mixed[]
The range of cells that makes 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.
string
integer
Indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.
mixed[]
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 in which you specify a condition for the column.
float
DSUM(mixed[] $database, string | integer $field, mixed[] $criteria) : float
Adds the numbers in a column of a list or database that match conditions that you specify.
Excel Function: DSUM(database,field,criteria)
access | public |
---|---|
category | Database Functions |
mixed[]
The range of cells that makes 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.
string
integer
Indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.
mixed[]
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 in which you specify a condition for the column.
float
DVAR(mixed[] $database, string | integer $field, mixed[] $criteria) : float
Estimates the variance of a population based on a sample by using the numbers in a column of a list or database that match conditions that you specify.
Excel Function: DVAR(database,field,criteria)
access | public |
---|---|
category | Database Functions |
mixed[]
The range of cells that makes 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.
string
integer
Indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.
mixed[]
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 in which you specify a condition for the column.
float
DVARP(mixed[] $database, string | integer $field, mixed[] $criteria) : float
Calculates the variance of a population based on the entire population by using the numbers in a column of a list or database that match conditions that you specify.
Excel Function: DVARP(database,field,criteria)
access | public |
---|---|
category | Database Functions |
mixed[]
The range of cells that makes 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.
string
integer
Indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.
mixed[]
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 in which you specify a condition for the column.
float
__fieldExtract(mixed[] $database, mixed $field) : string | NULL
Extracts the column ID to use for the data field.
access | private |
---|
mixed[]
The range of cells that makes 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.
mixed
Indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.
string
NULL
__filter(mixed[] $database, mixed[] $criteria) : array
Parses the selection criteria, extracts the database rows that match those criteria, and returns that subset of rows.
access | private |
---|
mixed[]
The range of cells that makes 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.
mixed[]
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 in which you specify a condition for the column.
array
of mixed