View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
SouthCarolina
 
Posts: n/a
Default Counting Unique Entries

I am trying to count unique entries across a set of colums. For example,

3 4
2 4
4 7
2 1
1 0

I want the result to be 5 as the number of unique entries. Can this be done?

Thanks