ScottPotty
New Member
- Joined
- Jun 8, 2008
- Messages
- 3
Hello,
For two days now I have been trying to figure out how to sum the total of unique names in a column.
I found from your site, {=sum(1/countif(array,array))} however that doesn't work.
Then I found http://office.microsoft.com/en-us/e...e number of unique values by using functions
There are three great solutions here, but the third doesn't work for me. Regrettably, that's the one I need, because I'm interested in automating this performance, and there will be blank cells.
The formula I'm trying to use is:
=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))
I get a #Value! error, and I'm pretty sure it's because of the LEN command. I finding that it doesn't work in an array, but rather it works for single cells.
Do you have any recommendations?
I do know about the Advanced Filter approach, but I'm not sure how to automate.
I want to accomplish two things really:
1. Find Unique Occurrences
2. Add the total number of Unique Occurrences.
Thanks,
ScottPotty
For two days now I have been trying to figure out how to sum the total of unique names in a column.
I found from your site, {=sum(1/countif(array,array))} however that doesn't work.
Then I found http://office.microsoft.com/en-us/e...e number of unique values by using functions
There are three great solutions here, but the third doesn't work for me. Regrettably, that's the one I need, because I'm interested in automating this performance, and there will be blank cells.
The formula I'm trying to use is:
=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))
I get a #Value! error, and I'm pretty sure it's because of the LEN command. I finding that it doesn't work in an array, but rather it works for single cells.
Do you have any recommendations?
I do know about the Advanced Filter approach, but I'm not sure how to automate.
I want to accomplish two things really:
1. Find Unique Occurrences
2. Add the total number of Unique Occurrences.
Thanks,
ScottPotty