We have a master spreadsheet that contains all the common parts and prices we use on a daily basis. Occasionally we received updated pricing from manufactures and our master sheet needs to be appended with the new prices. Our master sheet may contain only a subset of all the parts available in the manufacturer's spreadsheet. I'm trying to create a way to compare the parts in our master list with the parts in the new pricing sheet from the vendor and have it update the pricing column with the new price.
Master.xlsx is our master spreadsheet with COL A being Part # and COL B being price. There are roughly 5000 rows of data. Vendor.xlsx is the new pricing sheet from our manufacturer. The routine should take the value of Row 1, Col A in Master and see if it exists in Vendor. If so, Row 1, Col B should be updated in Master to reflect the value in Col B of the row the value was found in the Vendor file. Once the value is updated, the routine moves to the next row in the Master file. If the value was not found in Vendor, the routine moves to the next row in Master.
Looking for some help in automating this process with scripting or VB.
Thanks,
Master.xlsx is our master spreadsheet with COL A being Part # and COL B being price. There are roughly 5000 rows of data. Vendor.xlsx is the new pricing sheet from our manufacturer. The routine should take the value of Row 1, Col A in Master and see if it exists in Vendor. If so, Row 1, Col B should be updated in Master to reflect the value in Col B of the row the value was found in the Vendor file. Once the value is updated, the routine moves to the next row in the Master file. If the value was not found in Vendor, the routine moves to the next row in Master.
Looking for some help in automating this process with scripting or VB.
Thanks,