» Counting Unique Numeric Values or Unique Data in a List
CATEGORY - Counting
VERSION - All Microsoft Excel Versions
Problem:Counting the number of unique numeric values or unique data in List1, disregarding blank cells.
Solution1:
To count the number of unique values use the SUM, IF, and FREQUENCY functions as shown in the following formula:
= SUM(IF(FREQUENCY(A2:A13,A2:A13)>0,1))
Solution 2:
To count the number of unique data use the SUMPRODUCT and COUNTIF functions as shown the following formula:
=SUMPRODUCT((A2:A13<>"")/COUNTIF(A2:A13,A2:A13&""))

Book Store:
Recommended Books:
- The McGraw-Hill Guide to Writing a High-Impact Business Plan: A Proven Blueprint for First-Time Entrepreneurs
- Not-for-Profit Accounting Made Easy
- Absolute Beginner's Guide to Microsoft Office Excel 2003
- Investing in Real Estate, Fourth Edition
- Essentials of Investments with Standard & Poor's Educational Version of Market Insight + PowerWeb + Stock Trak Coupon
- Accounting Principles, with CD, 6th Edition
No comments have been submitted.

