FormulaCraft

SMALL

SMALL returns the k-th smallest numeric value from a range, where k=1 gives the minimum. Use it for finding the bottom performers, cheapest options, or earliest dates in ranked order without sorting the data.

Excel
=SMALL(B2:B5,2)
Google Sheets
=SMALL(B2:B5,2)

Verified example

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

VendorQuote
Alpha1200
Beta950
Gamma1050
Delta870

=SMALL(B2:B5,2)950

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

How it works

  1. 1Provide the data range and rank k: =SMALL(B2:B5,2).
  2. 2k=1 returns the smallest value, k=2 the second-smallest, and so on.
  3. 3The function returns the k-th smallest numeric value.

Need a version for your data?

Try: “Find the second-lowest price in a list of quotes

Related

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

Last reviewed: