Differences Between: [Versions 400 and 402] [Versions 401 and 402]
(no description)
File Size: | 46 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
DSum:: (1 method):
evaluate()
evaluate($database, $field, $criteria, bool $returnNull = false) X-Ref |
DSUM. Adds the numbers in a column of a list or database that match conditions that you specify. Excel Function: DSUM(database,field,criteria) param: mixed[] $database The range of cells that makes up the list or database. param: int|string $field Indicates which column is used in the function. Enter the param: mixed[] $criteria The range of cells that contains the conditions you specify. return: null|float|string |