Search

List Sum

Last Updated: May 10, 2022

Articles

Use this function to find the sum of a set of values.

Syntax

List Sum (number_list)

Parameters

Input Parameter Name Description
number_list list of numbers to be added

Returns

Return Value Description
Sum Returns the sum of the input values

Sample

Add (-1,2,3)

  • Returns 4.

To view all the Math functions, click here.

Did you find what you were looking for?