finding matching data by slightly different aspects

Nils_Junker

Board Regular
Joined
Jun 2, 2023
Messages
80
Office Version
  1. 365
Platform
  1. Windows
Hi everybody,

just a question:
I do extract data out of different applications from our firm.
The data contains an F-Code (Material-No.) and the product description.
The problem I got, is that if a product is produced at a different plant it automatically gets another F-Code. The product description ist mostly the same but varies also sometimes.
So I just wanted to know if there is a way to always look up the right product.
(I need some other data from the product which I get via a VLOOKUP)
Following is a example:

1. F000103734; EXAMPLE PRODUCT 25 AMP
2. F000163472; EXAMPLE PRODUCT 25 AMP ENT

So same product but different F-Code and slightly different product description

Thanks for your answers!
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
You could use a Fuzzy Match on the description using Power Query by joining two tables with an outer join.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,069
Messages
6,122,954
Members
449,096
Latest member
Anshu121

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