G
Guest
here is my data:
Mary
Sally
Sally
Mary
John
John
David
I used the following to COUNT the unique values:
=SUMPRODUCT((B5:B15<>"")/COUNTIF(B5:B15,B5:B15))
What can I do to get a list that REPORTS the unique data - my result should
look like this:
Mary
Sally
John
David
thanks in advance! jane
Mary
Sally
Sally
Mary
John
John
David
I used the following to COUNT the unique values:
=SUMPRODUCT((B5:B15<>"")/COUNTIF(B5:B15,B5:B15))
What can I do to get a list that REPORTS the unique data - my result should
look like this:
Mary
Sally
John
David
thanks in advance! jane
6)<=C$5,INDEX(B$5:B$15,MATCH(TRUE,COUNTIF(D$5