Hello,
The following is my data:
A B C D
Red Good .... 1
Blue Bad .... 3
Red Bad .... 1
Orange Good .... 9
Green Worse .... 2
Blue Good .... 4
Yellow Worse .... 4
White Good .... 1
Blue Good .... 4
Green Good .... 2
Red Good .... 2
Requirement: Using a formula, I need to count for each colour in Column-A with the criteria "Good" in Column-B, the number of unique values in Column-D. For e.g. for Red with criteria Good, total unique values in Column-D is 2.
Ideally, I would like to copy the unique colours in another column(say E) and then count the unique values in D based on criteria in B and give the answer in a new column(say F) against each colour.
How can I achieve this?
Regards.
Bala
Bookmarks