Counting in Excel

  • Thread starter Thread starter Yee
  • Start date Start date
Y

Yee

I have 2 list of data:

List A List B

A A
B A
C B
X
D


I want to count the number of occurances in List B which
reference in list A. So I should get the answer 3

Hope you understand what I mean. Many thanks
Cheers/Yee
 
Hi
just an alternative approach: Use the following array formula (entered
with CTRL+SHIFT+ENTER):
=SUMPRODUCT(--(ListB=TRANSPOSE(ListA)))
 

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

Back
Top