Count Different Values in a column
=SUMPRODUCT((A2:A200<"")/COUNTIF(A2:A200,A2:A200&""))
--
__________________________________
HTH
Bob
"KJ MAN" wrote in message
...
I need to know the number of differing entries in a column.
For Example
Name:
George
Carol
Don
George
Don
Carol
Pat
Sam
George
Should return 5 because there are 5 different names.
|