Syntax

expression.Large(Arg1, Arg2)

expression A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data Type Description
Arg1 Required Variant Array - the array or range of data for which you want to determine the k-th largest value.
Arg2 Required Double K - the position (from the largest) in the array or cell range of data to return.

Return Value
Double

Remarks

If n is the number of data points in a range, then LARGE(array,1) returns the largest value, and LARGE(array,n) returns the smallest value.

See also: