P Phil H Oct 19, 2009 #1 In cell range A10:A250, count the number of unique values, and ignor blanks (errors). What is the formula?
In cell range A10:A250, count the number of unique values, and ignor blanks (errors). What is the formula?
J Jacob Skaria Oct 19, 2009 #2 Try =SUMPRODUCT((A10:A250<>"")/COUNTIF(A10:A250,A10:A250&"")) If this post helps click Yes
P Phil H Oct 19, 2009 #4 Thanks, Jacob. Works fine. Jacob Skaria said: Try =SUMPRODUCT((A10:A250<>"")/COUNTIF(A10:A250,A10:A250&"")) If this post helps click Yes Click to expand...
Thanks, Jacob. Works fine. Jacob Skaria said: Try =SUMPRODUCT((A10:A250<>"")/COUNTIF(A10:A250,A10:A250&"")) If this post helps click Yes Click to expand...