Differences Between: [Versions 400 and 402] [Versions 401 and 402]
(no description)
File Size: | 47 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
DMin:: (1 method):
evaluate()
evaluate($database, $field, $criteria, bool $returnError = true) X-Ref |
DMIN. Returns the smallest number in a column of a list or database that matches conditions you that specify. Excel Function: DMIN(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 |