ReferenceFunctionsStatistics Functions
SMALL
Returns the k-th smallest value in a data set.
Summary
SMALL is often used to find low outliers, minimum thresholds, or bottom-N values.
Remarks
kmust be at least1.- Returns
#NUM!ifkis greater than the count of numeric values. - Non-numeric values in referenced ranges are ignored.
Examples
Second-smallest from direct values
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
4
Third-smallest from a range
Grid
| Cell | Value | |
|---|---|---|
Formula
=
Result
Not evaluated yet.
Expected
8
Related functions
FAQ
Does SMALL include text in referenced ranges?
No. Non-numeric range values are ignored when selecting the k-th smallest value.
Runtime metadata
Category
Statistics
Signature
SMALL(arg1, arg2, ... argN: Number (Range))This function accepts a repeating argument pattern (min args: 2).
Arity
min 2, max variadic
Arguments
arg1Number · Range · coercion NumberLenientText
Caps
PUREREDUCTIONNUMERIC_ONLY
Source