» Retrieving the Minimal / Maximal Values from a Filtered List
CATEGORY - Lookup Formulas
VERSION - All Microsoft Excel Versions
An auto filter is set for List1 (column A) and List2 (column B).
When setting the filter of List1 to "2", the number "5" is the minimal value displayed in List2.
However, when using the MIN function, a minimal value of "2" is returned, which is not among the filtered data.
We want to create a formula to find the true minimal value within the filtered data, one that updates with every change of filter.
Solution:
To retrieve the minimal value use the SUBTOTAL function as shown in the following formula:
=SUBTOTAL(5,B13:B21)
To retrieve the maximal value use the SUBTOTAL function as shown in the following formula:
=SUBTOTAL(4,B13:B21)
Book Store:
Recommended Books:
- Real Estate Loopholes: Secrets of Successful Real Estate Investing
- Managing by the Numbers: A Commonsense Guide to Understanding and Using Your Company's Financials: An Essential Resource for Growing Businesses
- The One Page Business Plan: Start With a Vision, Build a Company!
- Understanding Financial Statements
- Windows XP All-in-One Desk Reference For Dummies
- Retire Young, Retire Rich
No comments have been submitted.

