I'm in desperate need of help for a formula in xls that can do the following. Suppose I have two price lists containing part numbers (column A) and prices (column B). Price list X and Price list Y. Price list X has say 500 rows (part numbers which may be repeated) and prices for each part number. This is our existing price list file.
Price list Y has 750 rows (part numbers may be repeated also) and prices for each part. I need a formula/macro that can read say first row (after the column titles) in Column A on price list X, go to price list Y, check for that exact match through the column A, when found, copy the value of column B on the same row and replace the value of Column B for the value copied on price list X, for that part number (in this case is first row).
Sounds a bit confusing. I am trying to update existing price list. List contains part number and prices. Original list has limited part numbers. New list with new pricing has more part numbers. I need to update prices in existing/original price list that are on the new price list. Both price lists have different amount of part numbers and are sorted differently.
Currently, I have to do it all manually. I have to: go to list X > take the first row part number > copy it > go to new price list "List Y" > CRTL + FIND > Paste Clipboard > Go to Column B (price) for the matching part # > copy it > go back to list X > go to column B (for the same part #) > paste;
Now imagine if there are 4000 part numbers. Row by row, takes forever. Feels like I'm back in the stoneage.
Someone please help!
Price list Y has 750 rows (part numbers may be repeated also) and prices for each part. I need a formula/macro that can read say first row (after the column titles) in Column A on price list X, go to price list Y, check for that exact match through the column A, when found, copy the value of column B on the same row and replace the value of Column B for the value copied on price list X, for that part number (in this case is first row).
Sounds a bit confusing. I am trying to update existing price list. List contains part number and prices. Original list has limited part numbers. New list with new pricing has more part numbers. I need to update prices in existing/original price list that are on the new price list. Both price lists have different amount of part numbers and are sorted differently.
Currently, I have to do it all manually. I have to: go to list X > take the first row part number > copy it > go to new price list "List Y" > CRTL + FIND > Paste Clipboard > Go to Column B (price) for the matching part # > copy it > go back to list X > go to column B (for the same part #) > paste;
Now imagine if there are 4000 part numbers. Row by row, takes forever. Feels like I'm back in the stoneage.
Someone please help!