SMALL

SMALL(arg1, arg2) → { number }

Returns the k-th smallest value in a data set. For example, the fifth smallest number.

Parameters:

Name Type Description
arg1 Array.<number> | ApiRange

An array or range of numerical data for which the k-th smallest value will be determined.

arg2 number

The position (from the smallest) in the array or range of the value to return.

Returns:

Type
number