Growth rate discount

questionmark1980

New Member
Joined
Dec 4, 2016
Messages
9
Hi all

I would like your help in relation to a formula for a growth scaling discount. In the below example customer X should be getting a zero discount, customer Y should be getting zero, customer Z should be getting 1.50% and customer S 2.50%. Which formula should I be using in order to reflect correct results?

Thanks a lot in advance!!


Growth
0% ->1%
Growth
1.01% -> 3%
Growth
3.01% and over
Growth0%1,50%2,50%
Customer X-10%
Customer Y1%
Customer Z2%
Customer S4%
<colgroup><col width="78" style="width: 59pt; mso-width-source: userset; mso-width-alt: 2852;"> <col width="64" style="width: 48pt;" span="2"> <col width="79" style="width: 59pt; mso-width-source: userset; mso-width-alt: 2889;"> <col width="71" style="width: 53pt; mso-width-source: userset; mso-width-alt: 2596;"> <tbody> </tbody>
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
questionmark1980, Good morning.



A
B
C
D
E
1 .GrowthGrowthGrowth
2 0.00% 1.01% 3.01%
3 1.00% 3.00% and
over
4Customer NameGrowth 0%
1,50% 2,50%
5Customer X -10%formula
6Customer Y 1%
7Customer Z 2%
8Customer S 4%

<tbody>
</tbody>


Try to use:

C5 -->
=IF(IFERROR(HLOOKUP($B5, $C$2:$E$4, 3, TRUE), 0)=C$4, C$4, "")

Copy it down and to the right

Please, tell us if it worked for you.
I hope it helps.
 
Last edited:
Upvote 0
Sorry for the late reply but I did not have access on internet.
@ Marcilio Lobao This formula is also helpful but what if I had to apply the % achievement on a turnover. So lets say that customer Z has an annual turnover for current year of 100,000 and based on growth he needs to be getting 2% discount. What would be the formula that I would need to type in so as to get the discount value in cell D7 and in the rest of the cells to get zero?

Thanks a lot in advance and sorry for the late reply.
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,750
Members
448,989
Latest member
mariah3

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