compare data in the same column on separate worksheets

G

Guest

I need to compare data on 3 separate worksheets but all in same column to see
what data is identical. What is the best technique to use?
 
G

Guest

Hi,

You may try this out. You first compare two worksheetd and then compare the
result with the third worksheet.

For comparing the first two worksheets array enter (Ctrl+Shift+Enter) the
following

=if(or(exact(row 1 of worksheet 1,range of worksheet 2))

This will give you the data that gets repeated on the two sheets.

Now use exactly the same formula to compare the result with the 3 rd. sheet

Regards,

Ashish Mathur
 

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