Sigma Squared

LARGE

LARGE

May 31, 2023
|
No Comments

Definition: LARGE is a function that returns the nth largest value in a data set.

Syntax: =LARGE(array, k)

Situation: This formula is appropriate when you need to find the nth largest value in a data set.

Example: If you have a set of numbers 2, 4, 6, and 8, and want to find the second largest value, the formula =LARGE(A1:A4, 2) can be used, which returns 6.

Leave a Reply

Your email address will not be published. Required fields are marked *