View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Brie Brie is offline
external usenet poster
 
Posts: 10
Default counting unique data

Hi all,

i have a table like this

Names
A, B, C
A,B
B
C
B, C
A, C
C
A
A

I want to count all the A or B or C that come up. In this example A=5,
B=4, C=5.

Hope the question is clear and many thanks for your help.

Brie