Menu

SMALL

Description

Returns the kth smallest value in a data set. This function is used to determine the value that has a specific relative position in a data set.

Examples

SMALL((12, 15), 2) = 15

SMALL((12, NAN, 15), 5) = NAN

SMALL(NAN) = NAN

SMALL(INF) = NAN

SMALL(-INF) = NAN

On this page