Thread
:
Count with 2 conditions?
View Single Post
#
1
Lee
Posts: n/a
Count with 2 conditions?
My data is in the following format
A B
1 2
1 0
2 0
I want to count how often there is a "1" in column A and a corresponding 2
(in the same row) in colum B
Thanks
Reply With Quote