Tiered Pricing Based on Customer

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
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.

Book1
AB
1CustomerTier
210010011
310010022
410010033
CustomerTiers



Book1
ABCDEFG
1Products CodeTypeProduct Description1234
2Discount:0%5%10%15%
3AB-CDE-1Type 1Product 1£3.68£3.50£3.31£3.13
4AB-CDE-2Type 2Product 2£5.03£4.78£4.53£4.28
5AB-CDE-3Type 3Product 3£3.60£3.42£3.24£3.06
6AB-CDE-4Type 1Product 4£4.95£4.70£4.46£4.21
7AB-CDE-5Type 2Product 5£3.60£3.42£3.24£3.06
8AB-CDE-6Type 3Product 6£4.95£4.70£4.46£4.21
9AB-CDE-7Type 1Product 7£3.51£3.33£3.16£2.98
10AB-CDE-8Type 2Product 8£3.78£3.59£3.40£3.21
Pricing
Cell Formulas
RangeFormula
E3=$D3*(1-E$2)
F3=$D3*(1-F$2)
G3=$D3*(1-G$2)



Book1
ABCDEFGH
1Product CodeTypeProduct DescriptionPrice EX VATQTYTotalAccount Number1001002
2AB-CDE-1Type 1Product 1£3.50£0.00Customer Name
3AB-CDE-2Type 2Product 2£4.78£0.00Contact
4AB-CDE-3Type 3Product 3£3.42£0.00Contact Number
5AB-CDE-4Type 1Product 4£4.70£0.00
6AB-CDE-5Type 2Product 5£3.42£0.00
7AB-CDE-6Type 3Product 6£4.70£0.00
8AB-CDE-7Type 1Product 7£3.33£0.00
9AB-CDE-8Type 2Product 8£3.59£0.00
CustomerFacing
Cell Formulas
RangeFormula
B2=VLOOKUP($A2,Pricing!$A$3:$G$10,2,FALSE)
C2=VLOOKUP($A2,Pricing!$A$3:$G$10,3,FALSE)
D2=VLOOKUP($A2,Pricing!$A$3:$G$10,3+VLOOKUP($H$1,CustomerTiers!$A$2:$B$4,2,FALSE),FALSE)
F2=$D2*$E2


WBD
 
Upvote 0

Forum statistics

Threads
1,223,239
Messages
6,170,947
Members
452,368
Latest member
jayp2104

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