Dear Excelists,
i would like to count the distinct values in a column but only if the corresponding cell in another row is not empty.
In my example, i'd like to count the distinct values in column B, but only if the cells in coulmn A are not empty.
The result should be 6.
I found a similar post asking where the condition is a specific text, rather than a non-empty cell. But I don't know how to adapt the solution suggested there in order to make it work for my problem (->non-empty cell)
Thank you very much for your comments!
i would like to count the distinct values in a column but only if the corresponding cell in another row is not empty.
In my example, i'd like to count the distinct values in column B, but only if the cells in coulmn A are not empty.
The result should be 6.
I found a similar post asking where the condition is a specific text, rather than a non-empty cell. But I don't know how to adapt the solution suggested there in order to make it work for my problem (->non-empty cell)
Count DISTINCT in ColumnA IF ColumnE status='QA'
Count DISTINCT in ColumnA IF ColumnE status='QA' I want to have a new column (RESULTS) where the formula counts only ColumnA (DISTICNLY) IF ColumnE cell = 'QA' Small example: Category Status RESULTS blue QA 3
www.mrexcel.com
Thank you very much for your comments!