Hello.I've tried to Google it, but the formulas I've found are kinda of complex, I couldn't create my own version of them
I have a list of tasks that have indicators, I would like a formula to count all the times that an indicator appear in a task, but without counting the duplicated lines.
The formula would give me, how many G1,G2 and G3 unique tasks I have in the list.Here's the layout:
<tbody>
</tbody>
I have a list of tasks that have indicators, I would like a formula to count all the times that an indicator appear in a task, but without counting the duplicated lines.
The formula would give me, how many G1,G2 and G3 unique tasks I have in the list.Here's the layout:
TASKS | INDICATOR | NUMBER OF UNIQUE TASKS = G1 | 2 | |
TASK ONE | G1 | NUMBER OF UNIQUE TASKS = G2 | 2 | |
TASK ONE | G1 | NUMBER OF UNIQUE TASKS = G3 | 1 | |
TASK ONE | G1 | |||
TASK TWO | G2 | |||
TASK TWO | G2 | |||
TASK THREE | G2 | |||
TASK THREE | G2 | |||
TASK FOUR | G1 | |||
TASK FOUR | G1 | |||
TASK FIVE | G3 | |||
TASK FIVE | G3 | |||
TASK FIVE | G3 |
<tbody>
</tbody>