Introduction
The LARGE and SMALL functions help you find the biggest or smallest numbers in a list. They are useful when you want to quickly see top or bottom values without sorting your data.
When you want to find the highest sales number in a list of sales.
When you need to know the third smallest test score in a class.
When you want to highlight the top 5 expenses from a budget.
When you want to find the lowest temperature recorded in a week.
When you want to compare the largest and smallest values in a data set.