Skip to main content

SMALL

Returns the k-th smallest value in a data set.

CategoryStatistical
SyntaxSMALL(array, k)

Parameters

ParameterRequiredDescription
arrayRequiredThe range or array of data values.
kRequiredThe rank position from the smallest (1 = smallest, 2 = second smallest, etc.).

Example

SMALL(A1:A10)

Auto-generated from the EngCanvas function registry.