|  

» Counting number of unique entries in a specified range.

Solution:

By using SUMPRODUCT along with COUNT to count only the number
of unique entries in a specified range.
The range can be all in one column or row, or may span multiple (adjoining) columns/rows.
The formula would be written as: =SUMPRODUCT((1/COUNTIF(A1:C5,A1:C5&"")))
where A1:C5 is replaced with the range you want to apply the count to.
Screenshot // Counting number of unique entries in a specified range.
Counting number of unique entries in a specified range.


Rate This Tip
12 34 5
Rating: 3.55     Views: 30119
No comments have been submitted.
Click here to post comment
For Registered Users
Name
Comment Title
Comments