2.4 C
London
Friday, December 20, 2024
HomeSoftware TutorialsExcelExcel: How to Find Top 10 Values Based on Criteria

Excel: How to Find Top 10 Values Based on Criteria

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...

You can use the following formulas to find the top 10 values in Excel based on criteria:

Method 1: Find Top 10 Based on One Criteria

=LARGE(IF(A2:A20="Value",C2:C20,""),ROW(A1:A10))

This formula finds the top 10 values in the range C2:C20 where the value in the range A2:A20 is equal to “Value.”

Method 2: Find Top 10 Based on Multiple Criteria

=LARGE(IF((A2:A20="Value")*(--B2:B20>10),C2:C20,""),ROW(A1:A10))

This formula finds the top 10 values in the range C2:C20 where the value in the range A2:A20 is equal to “Value” and the value in the range B2:B20 is greater than 10.

The following examples show how to use each formula in practice.

Example 1: Find Top 10 Values Based on One Criteria

We can use the following formula to find the top 10 values in the Points column where the value in the Team column is equal to “Mavs”:

=LARGE(IF(A2:A20="Mavs",C2:C20,""),ROW(A1:A10))

Note: Make sure you press Ctrl+Shift+Enter after typing this formula.

The following screenshot shows how to use this formula in practice:

Excel top 10 values based on criteria

Column E shows the top 10 values from the Points column where the the Team column is equal to “Mavs.”

Example 2: Find Top 10 Values Based on Multiple Criteria

We can use the following formula to find the top 10 values in the Points column where the value in the Team column is equal to “Mavs” and the value in the Rebounds column is greater than 6:

=LARGE(IF((A2:A20="Mavs")*(--B2:B20>6),C2:C20,""),ROW(A1:A10))

Note: Make sure you press Ctrl+Shift+Enter after typing this formula.

The following screenshot shows how to use this formula in practice:

Excel top 10 based on multiple criteria

Column E shows the top 10 values from the Points column where the the Team column is equal to “Mavs” and the “Rebounds” column is greater than 6.

Additional Resources

The following tutorials explain how to perform other common tasks in Excel:

How to Calculate a Five Number Summary in Excel
How to Calculate the Mean and Standard Deviation in Excel
How to Calculate the Interquartile Range (IQR) 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