Excel Function

LARGE

Returns the k-th largest value in an array.

LARGE(array, k)

Arguments

array

Required

Specify a reference range. You can drag or click start/end cells.

k

Required

Enter a numeric value.

Practice Preview

Use LARGE to return the 2th largest value in Sales in column D. You can set ranges by dragging from the start cell to the end cell in the same argument field.

Example Table

#
AProduct ID
BProduct Name
CCategory
DSales
2P001AppleFood1200
3P002BananaFood980
4P003NotebookStationery450
5P004PenStationery300
6P005GrapesFood1500
7P006RulerStationery250
8P007PeachFood860

How to Use (Formula)

=LARGE(D2:D8, 2)

Result

1200

Practice This Function

LARGE FAQ

How do I use LARGE in Excel?

Use LARGE when you want to return a top-ranked value. Enter Target range, Rank in that order, then add optional arguments when needed.

Where can I practice LARGE?

Use the "Start Function Practice" button to jump straight into LARGE drills.

What arguments does LARGE use?

The main arguments are Target range, Rank. Enter them in order.