Good afternoon,
I am having trouble with not equal to operator, "<>". I am trying to count all entries that equal "10A3" in column P and all entries that are not equal to "8888" in column K. The correct answer should be 1, instead it is giving me the total number which is 11. Here is the formula I am using:
=COUNTIFS('Data'!$P:$P,"10A3",'Data'!$K:$K,"<>8888")
Any ideas? Thank you in advance for your help.
I am having trouble with not equal to operator, "<>". I am trying to count all entries that equal "10A3" in column P and all entries that are not equal to "8888" in column K. The correct answer should be 1, instead it is giving me the total number which is 11. Here is the formula I am using:
=COUNTIFS('Data'!$P:$P,"10A3",'Data'!$K:$K,"<>8888")
Any ideas? Thank you in advance for your help.