stevew1990
New Member
- Joined
- Oct 10, 2016
- Messages
- 4
Hello,
Bit stuck. I need to have a sheet with a list of customer account numbers with that customers "pricing tier". a sheet with a price list and X number of tiers (ideally 3-4). And the front customer facing form. Obviously the first 2 sheets would be hidden/locked out of view. Would like to be able to enter the customers account number on the front screen and that customers tier of pricing populates in the list (would then lock/hide the account number and tier cells so that they dont have visibility of this)
No problem looking up the tier from the account number or other vlookups. Just struggling to pull the correct price based on tier. Hopefully someone can help here!
Customer Tier Listing:
[TABLE="width: 223"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Customer[/TD]
[TD]Tier[/TD]
[/TR]
[TR]
[TD="align: right"]1001001[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]1001002[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD="align: right"]1001003[/TD]
[TD="align: right"]3[/TD]
[/TR]
</tbody>[/TABLE]
Pricing:
[TABLE="width: 802"]
<colgroup><col><col><col><col><col span="3"></colgroup><tbody>[TR]
[TD]Product Code [/TD]
[TD]Type[/TD]
[TD]Product description [/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Discount:[/TD]
[TD]0%[/TD]
[TD]5%[/TD]
[TD]10%[/TD]
[TD]15%[/TD]
[/TR]
[TR]
[TD]AB-CDE-1[/TD]
[TD]Type 1[/TD]
[TD]Product 1[/TD]
[TD]£3.68[/TD]
[TD="align: right"]£3.50[/TD]
[TD="align: right"]£3.31[/TD]
[TD="align: right"]£3.13[/TD]
[/TR]
[TR]
[TD]AB-CDE-2[/TD]
[TD]Type 2[/TD]
[TD]Product 2[/TD]
[TD]£5.03[/TD]
[TD="align: right"]£4.78[/TD]
[TD="align: right"]£4.53[/TD]
[TD="align: right"]£4.28[/TD]
[/TR]
[TR]
[TD]AB-CDE-3[/TD]
[TD]Type 3[/TD]
[TD]Product 3[/TD]
[TD]£3.60[/TD]
[TD="align: right"]£3.42[/TD]
[TD="align: right"]£3.24[/TD]
[TD="align: right"]£3.06[/TD]
[/TR]
[TR]
[TD]AB-CDE-4[/TD]
[TD]Type 1[/TD]
[TD]Product 4[/TD]
[TD]£4.95[/TD]
[TD="align: right"]£4.71[/TD]
[TD="align: right"]£4.46[/TD]
[TD="align: right"]£4.21[/TD]
[/TR]
[TR]
[TD]AB-CDE-5[/TD]
[TD]Type 2[/TD]
[TD]Product 5[/TD]
[TD]£3.60[/TD]
[TD="align: right"]£3.42[/TD]
[TD="align: right"]£3.24[/TD]
[TD="align: right"]£3.06[/TD]
[/TR]
[TR]
[TD]AB-CDE-6[/TD]
[TD]Type 3[/TD]
[TD]Product 6[/TD]
[TD]£4.95[/TD]
[TD="align: right"]£4.71[/TD]
[TD="align: right"]£4.46[/TD]
[TD="align: right"]£4.21[/TD]
[/TR]
[TR]
[TD]AB-CDE-7[/TD]
[TD]Type 1[/TD]
[TD]Product 7[/TD]
[TD]£3.51[/TD]
[TD="align: right"]£3.33[/TD]
[TD="align: right"]£3.16[/TD]
[TD="align: right"]£2.98[/TD]
[/TR]
[TR]
[TD]AB-CDE-8[/TD]
[TD]Type 2[/TD]
[TD]Product 8[/TD]
[TD]£3.78[/TD]
[TD="align: right"]£3.59[/TD]
[TD="align: right"]£3.40[/TD]
[TD="align: right"]£3.22[/TD]
[/TR]
</tbody>[/TABLE]
"Customer Facing" Prices:
[TABLE="width: 1384"]
<colgroup><col><col><col><col><col><col><col><col><col><col span="2"></colgroup><tbody>[TR]
[TD]Product Code [/TD]
[TD]Type[/TD]
[TD]Product description [/TD]
[TD] Price EX VAT[/TD]
[TD] QTY[/TD]
[TD] Total[/TD]
[TD][/TD]
[TD]Account Number[/TD]
[TD]1001002[/TD]
[TD] Tier[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]AB-CDE-1[/TD]
[TD]Type 1[/TD]
[TD]Product 1[/TD]
[TD]£3.50[/TD]
[TD] [/TD]
[TD="align: right"]£0.00[/TD]
[TD][/TD]
[TD]Customer Name[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AB-CDE-2[/TD]
[TD]Type 2[/TD]
[TD]Product 2[/TD]
[TD]£4.78[/TD]
[TD] [/TD]
[TD="align: right"]£0.00[/TD]
[TD][/TD]
[TD]Contact[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AB-CDE-3[/TD]
[TD]Type 3[/TD]
[TD]Product 3[/TD]
[TD]£3.42[/TD]
[TD] [/TD]
[TD="align: right"]£0.00[/TD]
[TD][/TD]
[TD]Contact Number[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AB-CDE-4[/TD]
[TD]Type 1[/TD]
[TD]Product 4[/TD]
[TD]£4.71[/TD]
[TD] [/TD]
[TD="align: right"]£0.00[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AB-CDE-5[/TD]
[TD]Type 2[/TD]
[TD]Product 5[/TD]
[TD]£3.42[/TD]
[TD] [/TD]
[TD="align: right"]£0.00[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AB-CDE-6[/TD]
[TD]Type 3[/TD]
[TD]Product 6[/TD]
[TD]£4.71[/TD]
[TD] [/TD]
[TD="align: right"]£0.00[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AB-CDE-7[/TD]
[TD]Type 1[/TD]
[TD]Product 7[/TD]
[TD]£3.33[/TD]
[TD] [/TD]
[TD="align: right"]£0.00[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AB-CDE-8[/TD]
[TD]Type 2[/TD]
[TD]Product 8[/TD]
[TD]£3.59[/TD]
[TD] [/TD]
[TD="align: right"]£0.00[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So i want to pull the customers correct price list just by entering the account number before we send them their current price list. This front page will probably be prettied up as more of an order form with logo and what not once working..
Let me know if you have any insights!
Cheers,
Steve
Bit stuck. I need to have a sheet with a list of customer account numbers with that customers "pricing tier". a sheet with a price list and X number of tiers (ideally 3-4). And the front customer facing form. Obviously the first 2 sheets would be hidden/locked out of view. Would like to be able to enter the customers account number on the front screen and that customers tier of pricing populates in the list (would then lock/hide the account number and tier cells so that they dont have visibility of this)
No problem looking up the tier from the account number or other vlookups. Just struggling to pull the correct price based on tier. Hopefully someone can help here!
Customer Tier Listing:
[TABLE="width: 223"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Customer[/TD]
[TD]Tier[/TD]
[/TR]
[TR]
[TD="align: right"]1001001[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD="align: right"]1001002[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD="align: right"]1001003[/TD]
[TD="align: right"]3[/TD]
[/TR]
</tbody>[/TABLE]
Pricing:
[TABLE="width: 802"]
<colgroup><col><col><col><col><col span="3"></colgroup><tbody>[TR]
[TD]Product Code [/TD]
[TD]Type[/TD]
[TD]Product description [/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Discount:[/TD]
[TD]0%[/TD]
[TD]5%[/TD]
[TD]10%[/TD]
[TD]15%[/TD]
[/TR]
[TR]
[TD]AB-CDE-1[/TD]
[TD]Type 1[/TD]
[TD]Product 1[/TD]
[TD]£3.68[/TD]
[TD="align: right"]£3.50[/TD]
[TD="align: right"]£3.31[/TD]
[TD="align: right"]£3.13[/TD]
[/TR]
[TR]
[TD]AB-CDE-2[/TD]
[TD]Type 2[/TD]
[TD]Product 2[/TD]
[TD]£5.03[/TD]
[TD="align: right"]£4.78[/TD]
[TD="align: right"]£4.53[/TD]
[TD="align: right"]£4.28[/TD]
[/TR]
[TR]
[TD]AB-CDE-3[/TD]
[TD]Type 3[/TD]
[TD]Product 3[/TD]
[TD]£3.60[/TD]
[TD="align: right"]£3.42[/TD]
[TD="align: right"]£3.24[/TD]
[TD="align: right"]£3.06[/TD]
[/TR]
[TR]
[TD]AB-CDE-4[/TD]
[TD]Type 1[/TD]
[TD]Product 4[/TD]
[TD]£4.95[/TD]
[TD="align: right"]£4.71[/TD]
[TD="align: right"]£4.46[/TD]
[TD="align: right"]£4.21[/TD]
[/TR]
[TR]
[TD]AB-CDE-5[/TD]
[TD]Type 2[/TD]
[TD]Product 5[/TD]
[TD]£3.60[/TD]
[TD="align: right"]£3.42[/TD]
[TD="align: right"]£3.24[/TD]
[TD="align: right"]£3.06[/TD]
[/TR]
[TR]
[TD]AB-CDE-6[/TD]
[TD]Type 3[/TD]
[TD]Product 6[/TD]
[TD]£4.95[/TD]
[TD="align: right"]£4.71[/TD]
[TD="align: right"]£4.46[/TD]
[TD="align: right"]£4.21[/TD]
[/TR]
[TR]
[TD]AB-CDE-7[/TD]
[TD]Type 1[/TD]
[TD]Product 7[/TD]
[TD]£3.51[/TD]
[TD="align: right"]£3.33[/TD]
[TD="align: right"]£3.16[/TD]
[TD="align: right"]£2.98[/TD]
[/TR]
[TR]
[TD]AB-CDE-8[/TD]
[TD]Type 2[/TD]
[TD]Product 8[/TD]
[TD]£3.78[/TD]
[TD="align: right"]£3.59[/TD]
[TD="align: right"]£3.40[/TD]
[TD="align: right"]£3.22[/TD]
[/TR]
</tbody>[/TABLE]
"Customer Facing" Prices:
[TABLE="width: 1384"]
<colgroup><col><col><col><col><col><col><col><col><col><col span="2"></colgroup><tbody>[TR]
[TD]Product Code [/TD]
[TD]Type[/TD]
[TD]Product description [/TD]
[TD] Price EX VAT[/TD]
[TD] QTY[/TD]
[TD] Total[/TD]
[TD][/TD]
[TD]Account Number[/TD]
[TD]1001002[/TD]
[TD] Tier[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]AB-CDE-1[/TD]
[TD]Type 1[/TD]
[TD]Product 1[/TD]
[TD]£3.50[/TD]
[TD] [/TD]
[TD="align: right"]£0.00[/TD]
[TD][/TD]
[TD]Customer Name[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AB-CDE-2[/TD]
[TD]Type 2[/TD]
[TD]Product 2[/TD]
[TD]£4.78[/TD]
[TD] [/TD]
[TD="align: right"]£0.00[/TD]
[TD][/TD]
[TD]Contact[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AB-CDE-3[/TD]
[TD]Type 3[/TD]
[TD]Product 3[/TD]
[TD]£3.42[/TD]
[TD] [/TD]
[TD="align: right"]£0.00[/TD]
[TD][/TD]
[TD]Contact Number[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AB-CDE-4[/TD]
[TD]Type 1[/TD]
[TD]Product 4[/TD]
[TD]£4.71[/TD]
[TD] [/TD]
[TD="align: right"]£0.00[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AB-CDE-5[/TD]
[TD]Type 2[/TD]
[TD]Product 5[/TD]
[TD]£3.42[/TD]
[TD] [/TD]
[TD="align: right"]£0.00[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AB-CDE-6[/TD]
[TD]Type 3[/TD]
[TD]Product 6[/TD]
[TD]£4.71[/TD]
[TD] [/TD]
[TD="align: right"]£0.00[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AB-CDE-7[/TD]
[TD]Type 1[/TD]
[TD]Product 7[/TD]
[TD]£3.33[/TD]
[TD] [/TD]
[TD="align: right"]£0.00[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AB-CDE-8[/TD]
[TD]Type 2[/TD]
[TD]Product 8[/TD]
[TD]£3.59[/TD]
[TD] [/TD]
[TD="align: right"]£0.00[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So i want to pull the customers correct price list just by entering the account number before we send them their current price list. This front page will probably be prettied up as more of an order form with logo and what not once working..
Let me know if you have any insights!
Cheers,
Steve