i USED THIS WHICH WORKED BUT i NEED TO ALSO SUM BY SPECIFIC DATE
=SUM(IF(FREQUENCY(IF(LEN(A2:A10)>0,MATCH(A2:A10,A2:A10,0),""), IF(LEN(A2:A10)>0,MATCH(A2:A10,A2:A10,0),""))>0,1))
a B
SMITH 1/13/06
JONES 1/13/06
ROSS 2/10/06
SMITH 2/10/06
SMITH 2/10/06
Capitalisation shouldn't be an issue, but any differences in the form of leading/trailing spaces would be, but that would also affect any other method unless you specifically cater for it.
Regards
Ken............
---------------------------------------------------------------------------- It's easier to beg forgiveness than ask permission
----------------------------------------------------------------------------
DR772: Are you trying to count 'unique's' for a specific date? If so, I have a method I usually use for doing this - doesn't generally take too long.... let me know.
Fee
The question should be [red]Is it worth trying to do?[/red] not [blue] Can it be done?[/blue]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.