sum
| Explanation | Find the total. | |
| Call format | var s = sum (range) | |
| Return value | Total of data in the specified range. | |
| Arguments | Date or Number range | Array object name |
| Exception | None | |
| Example of use | | |
| Related item | avg function | |
| Explanation | Find the total. | |
| Call format | var s = sum (range) | |
| Return value | Total of data in the specified range. | |
| Arguments | Date or Number range | Array object name |
| Exception | None | |
| Example of use | | |
| Related item | avg function | |