D
dustinaspray
I have two columns of data and want to count the number of occurences
when one column has something and they other something else. For
example I want to count the total number of occurences that have
Atlanta and 2. The answer should be 3. How do you do this?
A B
1 Atlanta 2
2 Atlanta 3
3 Chicago 2
4 Atlanta 2
5 Atlanta 1
6 Atlanta 2
when one column has something and they other something else. For
example I want to count the total number of occurences that have
Atlanta and 2. The answer should be 3. How do you do this?
A B
1 Atlanta 2
2 Atlanta 3
3 Chicago 2
4 Atlanta 2
5 Atlanta 1
6 Atlanta 2