Say I have column A as Number, and B as Type:
I want to count how many unique numbers there are for Type "C" and Type "I" respectively. In the example, the results I'd want are "C": 2
, "I": 3
.
How can I do a count of distinct values, based on a second parameter in Excel?