SMALL

Returns the nth smallest value in a range.

Syntax

SMALL(array, k)

Statistical Functions.

A worked example

=SMALL(C2:C9,2)

Returns $1,250

The second-smallest order value.

Where it goes wrong

Asking for a position beyond the number of values returns #NUM!.

Learn these first