Count Unique Values in a entire column, not just range
How about just leaving out 1 row?
=SUMPRODUCT((A2:A65536<"")/COUNTIF(A2:A65536,A2:A65536&""))
--
HTH,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Brian" wrote in message
...
Howdy All,
I have a formula:
=Sum(IF(Frequency(Match(A1:A14000,A1:A14000,0),Mat ch(A1:A14000,A1:A14000,0))0,1))
Which will give me a count if the unique values in the in column A, Rows 1
through 14000.
What I need is a formula I can use to count the unique values in and
entire Column, A:A. The above formula does not seem to allow that.
Any ideas are greatly appreciated.
Thanks,
Brian
|