13.2 C
London
Thursday, April 24, 2025
HomeSoftware TutorialsExcelExcel: How to Find the Top 10 Values in a List

Excel: How to Find the Top 10 Values in a List

Related stories

Learn About Opening an Automobile Repair Shop in India

Starting a car repair shop is quite a good...

Unlocking the Power: Embracing the Benefits of Tax-Free Investing

  Unlocking the Power: Embracing the Benefits of Tax-Free Investing For...

Income Splitting in Canada for 2023

  Income Splitting in Canada for 2023 The federal government’s expanded...

Can I Deduct Home Office Expenses on my Tax Return 2023?

Can I Deduct Home Office Expenses on my Tax...

Canadian Tax – Personal Tax Deadline 2022

  Canadian Tax – Personal Tax Deadline 2022 Resources and Tools...

Occasionally you may want to find the top 10 values in a list in Excel. Fortunately this is easy to do using the LARGE() function, which uses the following syntax:

LARGE(array, k)

where:

  • array: The array of values.
  • k: The kth largest value to find in the array.

This tutorial shows an example of how to use this function in practice.

Example: Find the Top 10 Values in Excel

Suppose we have the following column of 20 values in Excel:

To find the 10 largest values in the list, we can create a new column titled K that lists numbers 1 through 10.

We can then create a column adjacent tot it titled Value and use the following formula to calculate the kth largest value in the dataset:

=LARGE($A$2:$A$21,C3)

We can simply copy and paste this formula down to the remaining cells in the column to find the 10 largest values in the dataset:

Find 10 largest values in list in Excel

This leaves us with a list of the 10 largest values in the dataset:

K largest values in list in Excel

We can see that the largest value is 143, the second largest is 123, the third largest is 87, and so on.

Note that we can use this method on a column of any length in Excel.

Additional Resources

How to Calculate a Five Number Summary in Excel
How to Calculate the Interquartile Range (IQR) in Excel
How to Create a Frequency Distribution in Excel

Subscribe

- Never miss a story with notifications

- Gain full access to our premium content

- Browse free from up to 5 devices at once

Latest stories