Returns the Nth largest value in a dataset.
Sample Usage
LARGE(A1:B4,5)
LARGE(A1:B4,5)
Syntax
LARGE(data, rank)
- data - The array or range containing the dataset.
- rank - The position (from the largest) to return.
Examples
LARGE(A1:B4,5) returns the the 5th largest element from A1:B4.