ReferenceFunctionsStatistics Functions
LARGE
Returns the k-th largest value in a data set.
Summary
LARGE is useful for top-N analysis, such as highest score, second-highest sale, or third-best
result.
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-largest from direct values
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
7
Third-largest from a range
Grid
| Cell | Value | |
|---|---|---|
Formula
=
Result
Not evaluated yet.
Expected
5
Related functions
FAQ
When does LARGE return #NUM!?
It returns #NUM! when k < 1, k exceeds numeric count, or no numeric values exist.
Runtime metadata
Category
Statistics
Signature
LARGE(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