I have an excel which has price points (like in the first table),each price point stands for a price..
and I have second excel which has the product codes and pricepoints..
I need a code to convert the pricepoints in the second table to prices..
[TABLE="width: 500"]
<tbody>[TR]
[TD]Pricepoint[/TD]
[TD]price[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]120[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]150[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]Poductcode[/TD]
[TD]pricepoint[/TD]
[/TR]
[TR]
[TD]514526[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]514368[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance
and I have second excel which has the product codes and pricepoints..
I need a code to convert the pricepoints in the second table to prices..
[TABLE="width: 500"]
<tbody>[TR]
[TD]Pricepoint[/TD]
[TD]price[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]120[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]150[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]Poductcode[/TD]
[TD]pricepoint[/TD]
[/TR]
[TR]
[TD]514526[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]514368[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance