How to quickly rank a list by a specific value in Excel?
With the common formula =RANK(CELL,RANGE) will rank a value in a range, but if you only want to rank values based on a specific value, how can you solve it? For instance, only rank the imports of Apple as below screenshot shown. In this article, I will talk about the method to quickly handle it in Excel.
Rank data based on a specific value
Rank data based on a specific value
Here is a formula that can quickly rank data based on a value.
Select a blank cell which you will place the ranking at, a type this formula =IF(A2="Apple",COUNTIFS(A$2:A$12,"Apple",B$2:B$12,">"&B2)+1,""), press Enter key, and then drag autofill handle to apply this formula to other cells.
In the formula, A2 and A2:A12 are the first cell and the list you want to look for the specific value, B2:B12 is the list containing data you want to rank.
Relative Articles
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
