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

I am trying to count unique entries across a set of colums. For example,
A C
3 4
2 4
4 7
2 1
1 0

I want the result to be 5 as the number of unique entries. The entries are
not in consecutives column.

Thanks