Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
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.
=SMALL(B2:B5,2)=SMALL(B2:B5,2)Computed by a real spreadsheet engine on the sample data below.
| Vendor | Quote |
| Alpha | 1200 |
| Beta | 950 |
| Gamma | 1050 |
| Delta | 870 |
=SMALL(B2:B5,2)→950
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: