View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default 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.