CalcIt Commands

MIN(...)

Returns the minimum number of two or more arguments.

MIN(ArrExpr)

Returns the minimum number contained in ArrExpr. All values must be numeric or able to be converted in one, otherwise an error will occur.

See also MAX,SUM,AVRG

MIN(wildcard)

Returns the minimum result value of all Calculations that matches wildcard parameter and are above the one which executes this command.

See also MAX,SUM,AVRG

Go Back