What if you could find the biggest or smallest numbers in your data with just one simple formula?
Why LARGE and SMALL in Excel? - Purpose & Use Cases
Imagine you have a long list of sales numbers and you want to find the top 3 highest sales or the 2 smallest sales manually.
You start scanning each number one by one, writing them down, and comparing them on paper.
This manual method is slow and tiring.
You might miss some numbers or make mistakes while comparing.
It's hard to keep track when the list is very long or changes often.
The LARGE and SMALL functions in Excel quickly find the biggest or smallest values in a list.
They do all the hard work for you, instantly and accurately.
You just tell Excel which largest or smallest number you want, and it gives you the answer.
Look through list, write top 3 numbers on paper, compare again to confirm=LARGE(A1:A10, 1) // biggest =LARGE(A1:A10, 3) // 3rd biggest =SMALL(A1:A10, 2) // 2nd smallest
You can instantly find any largest or smallest value in your data, saving time and avoiding mistakes.
A teacher wants to find the top 5 test scores and the lowest 3 scores from a class list to give awards and extra help.
Manually finding largest or smallest numbers is slow and error-prone.
LARGE and SMALL functions do this instantly and accurately.
They help you analyze data quickly and confidently.