Map and Table Calculation

SUM( ) function

Returns the sum of all values in a value column.

Syntax

SUM(ValueColumn)

Input

ValueColumn is a value column
Domain type: any Value domain

Output

SUM returns: a real value
Domain: system domain Value

Notes:

Tips:

Usable in

TabCalc, TabCalc pocket line calculator

Examples

TabCalc example:

OutCol = SUM(InCol)

 

InCol

OutCol

-5

24

-2

24

-1

24

0

24

?

24

4

24

8

24

9

24

11

24

TabCalc pocket line calculator example:

? SUM(InCol)

returns 24.000

See also:

AVG
STD
STDEV COVAR Column Statistics
CORR AGGSUM