Excerpt | ||
---|---|---|
| ||
sumIf(list) Returns the sum of a set of numbers on the condition that all the values are either null or valid Numbers. |
Function: sumIf()
Returns the sum of a set of numbers on the condition that all the values are either null or valid Numbers, a type error will be thrown if any of the values are non-numeric.
...