» Retrieving the Last Value in a Dynamic List
CATEGORY - Lookup Formulas
VERSION - All Microsoft Excel Versions
Column A contains a list of numbers that is being continually added to at its base.
We want to create a formula that will retrieve the last value in the column and automatically update when a new number is added.
Solution:
Use the OFFSET and COUNTA functions as shown in the following formula:
=OFFSET(A1,COUNTA($A:$A)-1,0)
Note:
The formula will only work correctly when there are no empty cells within the list.
Book Store:
Recommended Books:
- How to Use Financial Statements: A Guide to Understanding the Numbers
- Keys to Reading an Annual Report (Barron's Business Keys)
- The Basics of Finance: Financial Tools for Non Financial Managers
- Quantitative Methods in Derivatives Pricing: An Introduction to Computational Finance
- Word 2002: The Complete Reference
- Lower Your Taxes - Big Time! : Wealth-Building, Tax Reduction Secrets from an IRS Insider
No comments have been submitted.

