FormulaCraft

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

Excel & Google Sheets
=SMALL(A2:B4, 2)

Verified example

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

NumbersValues
1020
3040
5060

=SMALL(A2:B4, 2)20

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 second smallest value to appear.
  2. 2Enter the SMALL function with your data range as the first argument and 2 as the second argument to specify the second smallest value.
  3. 3Press Enter to see the result.

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 my data has duplicate values?

The SMALL function will consider duplicates as separate values.

Can I use this function with a single column of data?

Yes, simply provide the range of the single column as the first argument.

Formulas used

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

Last reviewed: