Two lists with some names the same; can it count names that appear more than once as only one?
Posted by Merle Mason on January 23, 2001 11:53 AM
I have two lists of names; some of the names appear in both lists. Is there a way to do a COUNTA and have it only count names once? That is, if I have two lists of ten names, and five of the names are the same, is there a way to get it to return a count of 15? Thanks.