Compaire two sheets and update prices based on Item code

simonmiller

New Member
Joined
Dec 31, 2010
Messages
19
Guys and Girls

Im going to try and explain this as best as I possibly can, but it is driving me crazy.

I have a price list from my supplier with the new prices.

I then have my Accounting software where I need to update the cost and retail prices. The problem I have is the Accounting software has allocated it`s own Unique ID for each item. So in order for me to bulk import this I need to keep this unique ID with the Actual Product ID together otherwise it will duplicate the product.

Here is a example


Sheet to be updated (Cost and Retail only) from PRICE LIST SHEET
Uneque IDSKUProductCostRetail
as123dsa-123040-5001Fitting 15.0010.00
2weer432-4523040-5001Fitting 26.0010.00

<tbody>
</tbody>

PRICE LIST SHEET New Price list to copy from
SKUProductCostRetail
040-5000Fitting 17.0015.00
040-5001Fitting 29.0020.00

<tbody>
</tbody>

Please let me know if this is not clear.

Thank you very much
 
Last edited:

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Try using the Index/Match function.

Assuming the Unique ID is in column A on "PRICE LIST SHEET" and SKU is in column A in "NEW PRICE"...

=INDEX('PRICE LIST SHEET'!A:A,MATCH(A2,'PRICE LIST SHEET'!B:B,0))
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,695
Members
448,979
Latest member
DET4492

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