cornjoelio
New Member
- Joined
- Jul 26, 2017
- Messages
- 2
Hi there, some help please. I have tried searching for an answer but I can't seem to find the right search terms to return the answer I need.
I have two tables, for example:
Price List
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Product ID[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]10001[/TD]
[TD]$1.30[/TD]
[/TR]
[TR]
[TD]10002[/TD]
[TD]$5.10[/TD]
[/TR]
[TR]
[TD]10003[/TD]
[TD]$0.85[/TD]
[/TR]
[TR]
[TD]10004[/TD]
[TD]$0.99[/TD]
[/TR]
[TR]
[TD]10005[/TD]
[TD]$2.00[/TD]
[/TR]
[TR]
[TD]10006[/TD]
[TD]$9.99[/TD]
[/TR]
</tbody>[/TABLE]
Price Updates
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Product ID[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]10002[/TD]
[TD]$6.00[/TD]
[/TR]
[TR]
[TD]10003[/TD]
[TD]$1.00[/TD]
[/TR]
[TR]
[TD]10006[/TD]
[TD]$12.99[/TD]
[/TR]
</tbody>[/TABLE]
I need to do this on a much larger scale, e.g. 200 price changes out of 18000 products. Is there a function that will easily allow me to update the prices in Price List with those that appear in Price Updates?
My amateur workaround involved creating a new column in Price List called Price Import with which to VLOOKUP the prices, filtering out the blanks, copying over the new prices into the Prices column and then deleting the Price Import column. I'd be glad to know of a more advanced solution!
Many thanks
Joel
I have two tables, for example:
Price List
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Product ID[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]10001[/TD]
[TD]$1.30[/TD]
[/TR]
[TR]
[TD]10002[/TD]
[TD]$5.10[/TD]
[/TR]
[TR]
[TD]10003[/TD]
[TD]$0.85[/TD]
[/TR]
[TR]
[TD]10004[/TD]
[TD]$0.99[/TD]
[/TR]
[TR]
[TD]10005[/TD]
[TD]$2.00[/TD]
[/TR]
[TR]
[TD]10006[/TD]
[TD]$9.99[/TD]
[/TR]
</tbody>[/TABLE]
Price Updates
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Product ID[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]10002[/TD]
[TD]$6.00[/TD]
[/TR]
[TR]
[TD]10003[/TD]
[TD]$1.00[/TD]
[/TR]
[TR]
[TD]10006[/TD]
[TD]$12.99[/TD]
[/TR]
</tbody>[/TABLE]
I need to do this on a much larger scale, e.g. 200 price changes out of 18000 products. Is there a function that will easily allow me to update the prices in Price List with those that appear in Price Updates?
My amateur workaround involved creating a new column in Price List called Price Import with which to VLOOKUP the prices, filtering out the blanks, copying over the new prices into the Prices column and then deleting the Price Import column. I'd be glad to know of a more advanced solution!
Many thanks
Joel