Data set
Col A
A
A
C
Col B
J
K
J
I want a function that will do this:=COUNTIF(A1:B3,AND(A1:A3="A",B1:B3="J")) and in the data set above, the COUNTIF would return 1.
I know that I could add a "Helper" column in Col C that has =AND(A1="A",B1="J") and put a =COUNTIF(C1:C3,TRUE") but I don't want to use a helper column.
Any ideas?
Col A
A
A
C
Col B
J
K
J
I want a function that will do this:=COUNTIF(A1:B3,AND(A1:A3="A",B1:B3="J")) and in the data set above, the COUNTIF would return 1.
I know that I could add a "Helper" column in Col C that has =AND(A1="A",B1="J") and put a =COUNTIF(C1:C3,TRUE") but I don't want to use a helper column.
Any ideas?
Last edited: