How to compare two columns in different excel sheets?

2 answer(s)
Answer # 1 #

Use formula: =IF(Sheet1!A1=Sheet2!A1,"Match","No Match"). Drag down to compare all rows.

[3 Month]
Answer # 2 #

You can also use Conditional Formatting → New Rule → Use formula to highlight differences across sheets.

[2 Month]