Finding duplicates within several worksheets

N

Norm75

I have several worksheets with stock symbols listed according to various
criteria. I want to find the symbols that are common between the worksheets
or some of the worksheets - for example, common in 2 out of 4 sheets or 3 out
of 4 sheets.

Is there a way of doing this. I am using Excel 2007

Many thanks. Norm.
 
J

joel

You could use countif

=countif(Sheet1!$A:$A,"IBM")+coutif(Sheet2!$A:$A,"IBM")+coutif(Sheet3!$A:$A,"IBM")
 
N

Norm75

Thanks, Joel. I'll give it a try. I have a huge number but it will be worth
setting it up this way. Many thanks. Norm.
 

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