Compare data (2 columns) from 2 worksheets within a workbook

M

MO

Hello,
I'm trying to compare data (2 columns) from 2 worksheets within 1 workbook.
If the data is an exact duplicate (which it can be in several circumstances),
on the worksheet where I placing the formula, I want the duplicate data to
appear in two columns.

I intend to write the formula near the end of the worksheet in the workbook.

Can you help?
 
J

Jacob Skaria

Suppose you are comparing column A of Sheet1 with ColumnA of sheet2 try the
below formula in Sheet2 cell B1

=IF(COUNTIF(Sheet1!A:A,A1),A1,"")

=IF(COUNTIF(Sheet1!A:A,A1),"duplicate","not a duplicate")

If this post helps click Yes
 
M

MO

Jacob,
Your formula did not work. It kept bringing me to my saved files even
though I changed the formula to "look" at the tab on the worksheet.
 

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