Hello All,
I am trying to convert information from two different systems to the same naming system so that i can compare and analyze the data. Each system has a product number and name for each item. My trouble is that the numbers and names are different between the systems. I am wondering if there is a way for Excel to look at a static list of part numbers and convert the names of the products to the same nomenclature.
Right now the data is all housed in the same Workbook, but on different sheets (Storage and Usage). I would like to set up a Sub that would look at each sheet, compare it to the conversion list (on a separate worksheet named "Conversion"), and replace the names on the Storage/Usage sheets to the indicated value on the Conversion sheet.
This is how the "Conversion" sheet is set up. The actual list is much longer, but the information is in columns A, B, and C. On the Storage sheet the part number is in column "R", and it is in column "D" on the Usage sheet.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Storage Part #[/TD]
[TD]Common Name[/TD]
[TD]Usage Part #[/TD]
[/TR]
[TR]
[TD]30[/TD]
[TD]Hammer[/TD]
[TD]001[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]Shovel[/TD]
[TD]060[/TD]
[/TR]
[TR]
[TD]864[/TD]
[TD]Screwdriver[/TD]
[TD]217[/TD]
[/TR]
[TR]
[TD]38[/TD]
[TD]Nails[/TD]
[TD]113[/TD]
[/TR]
[TR]
[TD]21[/TD]
[TD]Screws[/TD]
[TD]681[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]Tarp[/TD]
[TD]941[/TD]
[/TR]
[TR]
[TD]17[/TD]
[TD]Saw[/TD]
[TD]374[/TD]
[/TR]
[TR]
[TD]95[/TD]
[TD]Paint[/TD]
[TD]662[/TD]
[/TR]
[TR]
[TD]66[/TD]
[TD]Ladder[/TD]
[TD]062[/TD]
[/TR]
</tbody>[/TABLE]
I am not even sure if what i am trying to do is possible, but thank you in advance for your time and help.
Thanks,
BWL
I am trying to convert information from two different systems to the same naming system so that i can compare and analyze the data. Each system has a product number and name for each item. My trouble is that the numbers and names are different between the systems. I am wondering if there is a way for Excel to look at a static list of part numbers and convert the names of the products to the same nomenclature.
Right now the data is all housed in the same Workbook, but on different sheets (Storage and Usage). I would like to set up a Sub that would look at each sheet, compare it to the conversion list (on a separate worksheet named "Conversion"), and replace the names on the Storage/Usage sheets to the indicated value on the Conversion sheet.
This is how the "Conversion" sheet is set up. The actual list is much longer, but the information is in columns A, B, and C. On the Storage sheet the part number is in column "R", and it is in column "D" on the Usage sheet.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Storage Part #[/TD]
[TD]Common Name[/TD]
[TD]Usage Part #[/TD]
[/TR]
[TR]
[TD]30[/TD]
[TD]Hammer[/TD]
[TD]001[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]Shovel[/TD]
[TD]060[/TD]
[/TR]
[TR]
[TD]864[/TD]
[TD]Screwdriver[/TD]
[TD]217[/TD]
[/TR]
[TR]
[TD]38[/TD]
[TD]Nails[/TD]
[TD]113[/TD]
[/TR]
[TR]
[TD]21[/TD]
[TD]Screws[/TD]
[TD]681[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]Tarp[/TD]
[TD]941[/TD]
[/TR]
[TR]
[TD]17[/TD]
[TD]Saw[/TD]
[TD]374[/TD]
[/TR]
[TR]
[TD]95[/TD]
[TD]Paint[/TD]
[TD]662[/TD]
[/TR]
[TR]
[TD]66[/TD]
[TD]Ladder[/TD]
[TD]062[/TD]
[/TR]
</tbody>[/TABLE]
I am not even sure if what i am trying to do is possible, but thank you in advance for your time and help.
Thanks,
BWL