Counting Number of Discrepancies between 2 rows

R

RobFJ

I've got integer values in Rows B and C, columns 1 to 20

I'd like to be able to count the number of times where the column values in
rows B and C don't match.

Can someone point me in the right direction.

TIA


Rob
 
M

Max

B, C are columns, 1 to 20 are rows
Maybe you meant to do this
In say, D2: =SUMPRODUCT(--(B2:B20<>C2:C20))
 
M

Mike H

Hi,

=SUMPRODUCT(--(B1:B20<>C1:C20))

--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top