Link to home
Start Free TrialLog in
Avatar of Dave Stone
Dave StoneFlag for United States of America

asked on

Compare Columns Excel

Hello,
      I have 2 columns, (A&B)of data that I would like to compare and find matches. If there are matches I would like the matched cells to populate column C. Is there a simple way to do this? I have attached a file with some of the data as an example.

Thank you
Book1.xlsx
Avatar of Harsh Kumar
Harsh Kumar
Flag of Denmark image

Away to do it might be using conditional formatting ->  highlight cell rules -> dulpicates, and then filter the color out.
Avatar of Professor J
Professor J

put this in column C =IFERROR(INDEX(A:A,MATCH(B2,A:A,0)),"No Match")
ASKER CERTIFIED SOLUTION
Avatar of Professor J
Professor J

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dave Stone

ASKER

It tells me there is an error
there is no error. please see formula embedded in attached file.
Book1.xlsx