Find the second-lowest quote with SMALL
Pick out the second-cheapest supplier quote rather than simply the cheapest.
SMALL
Returns the nth smallest value in a range. Below are 3 interactive exercises that put it to work on realistic business data — you write the formula, and get told exactly what went wrong when it does not work.
SMALL(array, k)
Ordered from most approachable to hardest.
Pick out the second-cheapest supplier quote rather than simply the cheapest.
SMALL
Compare the second-best and second-worst weeks to get a fairer range.
LARGE · SMALL
Return a name from one column based on a ranked value in another.
INDEX · MATCH · SMALL
Returns the nth smallest value in a range. It belongs to the statistical functions family, and it shows up constantly in real work — which is why it is worth being genuinely fluent rather than merely familiar.
Before this one, it helps to be comfortable with MIN. The exercises below assume that ground is covered.
Reading about a function is not the same as being able to write it. The exercises on this page exist because the gap between recognising SMALL and producing it from memory, correctly, on data you have not seen before, only closes by doing it.