CalcIt Commands

SUM(...)

Returns the summary of two or more arguments. E.g. SUM(10,40,23,56) returns 129

SUM(ArrExpr)

Returns the summary of the contents of the array expression ArrExpr. Data contained must be valid numeric or an error will occur.

See also AVRG, MIN, MAX

SUM(wildcards)

Returns the summary of the results of all Calculations that can be matched by wildcard string passed. e.g. SUM('a*') returns the summary of all calculations started with 'a' and are above the calculation which executes this command. 

See also AVRG, MIN, MAX

Go Back