
LARGE function let you find the nth largest value in the data set.

Method 4(B) Using SUMPRODUCT to sum top n values.

Bonus Tip – sum top n positive or negative values values.Method 4(A): Using SUMIF function to sum top n values.Method 3: Using SUM, LARGE and ROW function to sum top N values.Method 2: Using duo of SUM and LARGE function with Arrays.Bonus Tip – Using named ranges with LARGE function.
