New Part Numbers

chipsguy

New Member
Joined
Nov 9, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hello.
I have an excel file with 4,000+ part numbers. My Heaquarters just gave me all new part numbers for these 4000 items.

I now have 2 spreadhseets:
1 with old part numbers, description etc
1 with new part numbers, description, etc

Example:
OLD: 123456 Flat Cut
NEW: abcdef Fine Cut

part number is 1 column description is another column.
I need to replace the old with the new.

What is the easiest way to replace the old part numbers with the new ones? I cannot do an upload of only new because I want the descriptions to match and I have over 5000 additional (not affected) part numbers.

I appreciate the feedback.
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
In your example, I see no correlation between the old and new. You will need to have a common field to match these in Excel. Without that, you will only be able to do this manually. In your example, how would one know that these match?
 
Upvote 0
As mentioned previously, if you do not have any form of common data (ie. Item ID or Description), then you will likely have to do things manually. HOWEVER, if you can get the old part numbers linked up correctly on the new parts sheet that was provided to you, you can run a macro to find the old number on the master list, then replace the description if needed, as well as replacing the old number with the new number.
 
Upvote 0
Thank you. I do believe I have a link. Here is what I have:

1699616553589.png


I need to somehow put the "new" part and "new" description in place of the old reference. Then upload these 5000 parts into my ERP.

I tried Vlookup and Index but I am not sure what is happening. Does this help at all?
 
Upvote 0
You can do this with Power Query by running a Join on the common fields. If you need Mcode example then provide sample file (8-12 records) in XL2BB as we cannot manipulate pictures. Show us the old file example that needs updating and the applicable records you have shown above in XL2BB that matches the sample.
 
Upvote 0

Forum statistics

Threads
1,215,071
Messages
6,122,963
Members
449,094
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