Hi All
I am trying to find out how many unique values in a cell. Take for example,
In
Cell A1, we have BB, CA, DF and in
Cell A2, we have BB, DE, AF and in
Cell A3, we have AF, DF, TT, VA
Cell B2, we have TT, DF, GF, KK, MM
Now I want a count of how many of the unique entries are,
e.g
In another cell, I should have BB=2
In another cell, I should have CA=1
In another cell, I should have AF=2
In another cell, I should have DF=3
and so on.
It easy to do this when there is only one value in a cell but how about if there are more than one value like in the above, how can I separate them and still count them if they occur like this is a spreadsheet?
Thanks
I am trying to find out how many unique values in a cell. Take for example,
In
Cell A1, we have BB, CA, DF and in
Cell A2, we have BB, DE, AF and in
Cell A3, we have AF, DF, TT, VA
Cell B2, we have TT, DF, GF, KK, MM
Now I want a count of how many of the unique entries are,
e.g
In another cell, I should have BB=2
In another cell, I should have CA=1
In another cell, I should have AF=2
In another cell, I should have DF=3
and so on.
It easy to do this when there is only one value in a cell but how about if there are more than one value like in the above, how can I separate them and still count them if they occur like this is a spreadsheet?
Thanks