Situation: I have a long list of stock number is column A, in which I know there are many duplicates, and the related month in column B. I want to count the unique stock numbers in column A for each month in column B. Example:
A B
1A Jan
1A Feb
1B Feb
1A Jan
1B Feb
2C Feb
2A Jan
1C Jan
2C Feb
I would want January and February to return a count of 3. I can use {=SUM(1/COUNTIF(A1:A10,A1:A10)} to count unique values in A but cannot figure out how to add in the month qualifier.
Thanks!
Bookmarks