Forum Discussion
alex alex
May 28, 2018Copper Contributor
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...
- May 28, 2018
Hi Alex,
That could be
=IFERROR(INDEX(A:A,MATCH($C2,B:B,0)),"")
for E2 and drag it down
SergeiBaklan
May 28, 2018Diamond Contributor
Hi Alex,
That could be
=IFERROR(INDEX(A:A,MATCH($C2,B:B,0)),"")
for E2 and drag it down
- alex alexMay 28, 2018Copper ContributorThank you! Perfectly works!!!!