» Ranking Numbers in a Dynamic List
CATEGORY - Excel Formula and Function
VERSION - All Microsoft Excel Versions
Range A4:A8 contains a list of numbers that is frequently changed by the addition or removal of numbers. Consequently, the current rank of each number is constantly changing.
We want to create a formula that will automatically update the rankings in column B upon the addition or removal of numbers in column A.
Solution:
Use the RANK, OFFSET, and COUNTA functions in the following formula:
=RANK(A4,OFFSET($A$4,0,0,COUNTA($A$4:$A$9),1))

Book Store:
Recommended Books:
- Guide to Financial Reporting and Analysis
- Microsoft Excel VBA Programming for the Absolute Beginner
- Marketing Planning for Services
- Microsoft Access Version 2002 Step by Step
- Quantitative Methods in Derivatives Pricing: An Introduction to Computational Finance
- Microsoft Outlook Version 2002 Step by Step (With CD-ROM)
No comments have been submitted.

