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:
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 | <=== ONLY 3 DISTINCT Catgories that have status='QA' |
blue | QA | ||
blue | no | ||
gray | no | ||
gray | no | ||
orange | QA | ||
orange | no | ||
pink | QA | ||
pink | no | ||
pink | no | ||
pink | no | ||
pink | QA | ||
purple | no | ||
red | no | ||
red | no | ||
red | no | ||
yellow | no |