Unique Value Formula

P

Phil H

In cell range A10:A250, count the number of unique values, and ignor blanks
(errors). What is the formula?
 
J

Jacob Skaria

Try
=SUMPRODUCT((A10:A250<>"")/COUNTIF(A10:A250,A10:A250&""))

If this post helps click Yes
 
Top