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.
|