Differences Between: [Versions 400 and 402] [Versions 402 and 403]
(no description)
File Size: | 118 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Sum:: (3 methods):
sumIgnoringStrings()
sumErroringStrings()
product()
sumIgnoringStrings(...$args) X-Ref |
SUM, ignoring non-numeric non-error strings. This is eventually used by SUMIF. SUM computes the sum of all the values and cells referenced in the argument list. Excel Function: SUM(value1[,value2[, ...]]) param: mixed ...$args Data values return: float|string |
sumErroringStrings(...$args) X-Ref |
SUM, returning error for non-numeric strings. This is used by Excel SUM function. SUM computes the sum of all the values and cells referenced in the argument list. Excel Function: SUM(value1[,value2[, ...]]) param: mixed ...$args Data values return: float|string |
product(...$args) X-Ref |
SUMPRODUCT. Excel Function: SUMPRODUCT(value1[,value2[, ...]]) param: mixed ...$args Data values return: float|string The result, or a string containing an error |