J
Jack
Hi,
I try to find out how to count the number of occurences
of 2 columns. I want to count the number of pairs. Count
IF and only IF Cell A contain NYYankees and cell B
contain DJeter on the same line.
I take A:A and B:B because I have 10000 records. need only
the number of pair:
I tied this but it doesn't work for exact pair on the same
line.
COUNTIF(A:A,"NYYankees")+COUNTIF(B:B,"DJeter")
THanks,
Jack
I try to find out how to count the number of occurences
of 2 columns. I want to count the number of pairs. Count
IF and only IF Cell A contain NYYankees and cell B
contain DJeter on the same line.
I take A:A and B:B because I have 10000 records. need only
the number of pair:
I tied this but it doesn't work for exact pair on the same
line.
COUNTIF(A:A,"NYYankees")+COUNTIF(B:B,"DJeter")
THanks,
Jack