Excel Function

SMALL

Returns the k-th smallest value in an array.

SMALL(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 SMALL to return the 2th smallest 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)

=SMALL(D2:D8, 2)

Result

300

Practice This Function

SMALL FAQ

How do I use SMALL in Excel?

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

Where can I practice SMALL?

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

What arguments does SMALL use?

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