I have two columns, Column A and Column B. How can I check Column A for a condition, and then count all the distinct corresponding values in Column B for which that condition is met?
Is there an easy way to do this with Countif / Countifs and Distinct?
Thanks!