View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
learnlearn52 learnlearn52 is offline
external usenet poster
 
Posts: 14
Default How to count the number of unique entries in a filtered column

Jacob, thanks for your help. Kepp up the good work.

"Jacob Skaria" wrote:

Try this

=SUMPRODUCT((A1:A10<"")/COUNTIF(A1:A10,A1:A10&""))

If this post helps click Yes
---------------
Jacob Skaria


"learnlearn52" wrote:

Perhaps this may have been answered before. I used formulas from the
Discussion Groups but did not get the right answer. I have the following
filtered data (alphanumeric) exactly:

A100
A102
A104
A103
A108
A104
A102
A102
A103
A109

The total number of entries is 10 and the unique number of entries is 6.What
formula should be used to calculate the unique number of entries? Thanks in
advance