
The Excel SMALL function returns numeric values based on their position in a list ranked by value. In other words, it can retrive "nth smallest" values - smallest value, 2nd smallest value, 3rd smallest value, etc.
Get the nth smallest value
The nth smallest value in the array.
=SMALL (array, n)
The SMALL function is useful when you want to retrieve the nth lowest value from a set of data — for example, the first, second, or third fastest times in a race.
Like LARGE, the SMALL function retrieves numeric values based on their position in a list when sorted by value.
Note: Microsoft documentation refers to "k" instead of "n". We use n because "nth" is much easier to say.

The Excel SMALL function returns numeric values based on their position in a list ranked by value. In other words, it can retrive "nth smallest" values - smallest value, 2nd smallest value, 3rd smallest value, etc.
Get the nth smallest value
The nth smallest value in the array.
=SMALL (array, n)
The SMALL function is useful when you want to retrieve the nth lowest value from a set of data — for example, the first, second, or third fastest times in a race.
Like LARGE, the SMALL function retrieves numeric values based on their position in a list when sorted by value.
Note: Microsoft documentation refers to "k" instead of "n". We use n because "nth" is much easier to say.