How to Compare Two Columns in Excel (for matches & differences)

Compare Columns - row by row - dataset
=A2=B2
=IF(A2=B2,"Match","Mismatch")
=IF(EXACT(A2,B2),"Match","Mismatch")

Comments

Popular posts from this blog