LARGE
Returns the k-th largest value in a data set.
| Category | Statistical |
| Syntax | LARGE(array, k) |
Parameters
| Parameter | Required | Description |
|---|---|---|
array | Required | The range or array of data values. |
k | Required | The rank position from the largest (1 = largest, 2 = second largest, etc.). |
Example
LARGE(A1:A10)
Auto-generated from the EngCanvas function registry.