Excel Function
LARGE
Returns the k-th largest value in an array.
LARGE(array, k)Arguments
array
RequiredSpecify a reference range. You can drag or click start/end cells.
k
RequiredEnter a numeric value.
Practice Preview
summarize sales data. Use LARGE to Returns the k-th largest value in an array. For range arguments, drag from the start cell to the end cell in the same argument field, or click start and end cells in order. use 2 for k. Fill the argument fields below and complete a formula that achieves this goal.
Sample correct formula
=LARGE(B2:B8, 2)