Forum Discussion

alex alex's avatar
alex alex
Copper Contributor
May 28, 2018
Solved

Find duplicates in 2 columns and match values

Hi, Have a problem there. I have values 4 columns. Column A - new reference number Column B - Product name Column C - Product name & old product names Column D - Old reference numbers Colu...
  • SergeiBaklan's avatar
    May 28, 2018

    Hi Alex,

     

    That could be

    =IFERROR(INDEX(A:A,MATCH($C2,B:B,0)),"")

    for E2 and drag it down

Resources