Col1 Col2
1____a
1____a
1____b
2____c
3____d
3____d
I need a formula in column 3 that can count how many different letters there are in column 2 based for each value in column 1
So in this instance since the "1" in col1 has both an a and a b associated with it, i need it to give me a count of 2. (In the case of 3, it only is associated with d, so a count of 1 is appropriate)
Col1 Col2 Col3
1____a___2
1____a___2
1____b___2
2____c___1
3____d___1
3____d___1
Please let me know if this is not clear
Bookmarks