CalcIt Commands

AVRG(...)

Returns the average value of two or more arguments. E.g. AVRG(10,40,23,56) returns 32.25

See also SUM,MIN,MAX

AVRG(ArrExpr)

Returns the average value of all numeric values contained in ArrExpr. If there are values which are not numeric or cannot be converted to a legal numeric value then an error occurs.

See also SUM,MIN,MAX

AVRG(wildcard)

Returns the average value of all Calculation results whom names are matched by wildcard expression. E.g. AVRG('*').

Go Back