LARGE

LARGE k-th largest value in a data set

Synopsis

LARGE(data,k)

Arguments

data: data set

k: which value to find

Note

If data set is empty this function returns a #NUM! error. If k <= 0 or k is greater than the number of data items given this function returns a #NUM! error.

Microsoft Excel Compatibility

This function is Excel compatible.