I have a list of people and a list of team number.
Every person is attached to one singe team but its name appear several times (I made a simple table).
I would like to know how many people there are in a team (3 in team 1 and 1 in team 2 in my example).
I know it's not a big deal but I can't wrap my head around it...
Every person is attached to one singe team but its name appear several times (I made a simple table).
I would like to know how many people there are in a team (3 in team 1 and 1 in team 2 in my example).
I know it's not a big deal but I can't wrap my head around it...
Person ID | Team number |
A | 1 |
A | 1 |
A | 1 |
B | 2 |
B | 2 |
C | 1 |
C | 1 |
C | 1 |
D | 1 |