compare rows for a match and sum the matches

B

Bert

How do I compare numbers say d101:l101 with c17:k17 and count the number of
matches between the 2 ranges?
 
G

Glenn

Bert said:
How do I compare numbers say d101:l101 with c17:k17 and count the number of
matches between the 2 ranges?


Array-formula (commit with CTRL+SHIFT+ENTER):

=SUM(--(C17:K17=TRANSPOSE(D101:L101)))
 

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