FormulaCraft

How to find the nth smallest value in Excel and Google Sheets

Topic:RANK & statistical aggregates
Excel & Google Sheets
=SMALL(B2:B6,2)

Verified example

Computed by a real spreadsheet engine on the sample data below.

RegionSales
North4200
South3100
East5800
West2700
Central4900

=SMALL(B2:B6,2)3100

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Select the cell where you want the result.
  2. 2Type =SMALL( then select the range of numbers, e.g. B2:B6.
  3. 3Enter a comma, then type the rank you want (1 = smallest, 2 = second smallest, etc.).
  4. 4Close the parenthesis and press Enter.

Tips

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

Frequently asked

What if there are duplicate values?

SMALL treats duplicates as separate entries. =SMALL(range,1) and =SMALL(range,2) will both return the same number if the two smallest values are equal.

Can I use SMALL with a condition?

Not directly. Use an array formula like =SMALL(IF(A2:A6="East",B2:B6),1) confirmed with Ctrl+Shift+Enter in Excel, or as a regular formula in Google Sheets.

More on RANK & statistical aggregates

See all →

Formulas used

Related tasks

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: