smurphy1977
New Member
- Joined
- Nov 29, 2010
- Messages
- 3
I am trying to come up with a Countif formual using a range comparison but I don't know if it is possible.
What I a trying to do is to count how many cells differences there are . For example if A1 does not equal B1 then count, if A2 does not equal B2 then count.
A B
1 1
1 2
2 1
2 2
If I had the correct formula in this example I should generate a count of 2.
I just can't get it to work. Can anyone help? Is it even possible?
I was thinking =COUNTIF(A1:A4, "<>B1:B4") but that doesn't work. Doing it that way it counts everthing and gives me a 4
-Sage
What I a trying to do is to count how many cells differences there are . For example if A1 does not equal B1 then count, if A2 does not equal B2 then count.
A B
1 1
1 2
2 1
2 2
If I had the correct formula in this example I should generate a count of 2.
I just can't get it to work. Can anyone help? Is it even possible?
I was thinking =COUNTIF(A1:A4, "<>B1:B4") but that doesn't work. Doing it that way it counts everthing and gives me a 4
-Sage