Compare two different spreadsheets to find common string text ?

Maverick27

Active Member
Joined
Sep 23, 2010
Messages
333
Office Version
  1. 2013
Platform
  1. Windows
Attn Excel Gurus

I have 2 separate worksheets files & I want to find common string text.

I want to find the corresponding 'SKU Code' (Col A ) for the matching 'Product Code ' (Col C) & result should be output to the 2nd excel worksheet.

Kindly refer to screenshots below for an example.

Data Source Excel worksheet

Find & Match Excel worksheet
Screenshot

Anyone care to share the Excel function to achieve this ?

Thanks
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Try this:

Libro1
ABCD
1ItemStockCollOutput
2AAQBLM23CK107AURABNP0014
3AAQBLM25CK246AURABNP0015
Sheet1
Cell Formulas
RangeFormula
D2:D3D2=INDEX(Sheet2!$A$1:$A$1000,SUMPRODUCT((ISNUMBER(SEARCH(A2,Sheet2!C$1:C$1000)))*ROW(C$1:C$1000)))


Note: Change Sheet2 to the name of the sheet where you have the product names

🤗
 
Upvote 0

Forum statistics

Threads
1,223,896
Messages
6,175,265
Members
452,627
Latest member
KitkatToby

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top