View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rona
 
Posts: n/a
Default How do I count distinct names?

How do you count distinct names in a range? If a name is repeated in that
range, it should only count it as 1 name. For example:

apples, apples, orange, orange, pear, pear, pear, banana

the formula should return 4.

Thanks.