using Excel functions to count unique values in one column based on match in other column? -


i have excel question - there method of using functions count of unique values of column based on matching column's contents particular data interest? example, suppose have 2 columns of data.

a           | b toothbrush  | aaa shampoo     | aaa toothbrush  | aaa toothbrush  | bbb conditioner | ccc toothbrush  | bbb shampoo     | ccc toothbrush  | ccc toothpaste  | ccc toothpaste  | aaa toothbrush  | aaa shampoo     | bbb 

i generate, on separate tab, 2 columns display following information, example:

c           | d toothbrush  | 3 toothpaste  | 2 shampoo     | 3 conditioner | 1 

column d number of unique customers each of 4 products.

is there way in column d using formula composed of sum, if, countif, etc.?

thanks in advance , please let me know if can clarify further.

since others may not particular readily available tools decide avoid, create pivottable "add data data model" rows , b values, change count of b distinct count of b.

so25755209 example


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -