SaajidHoosen
New Member
- Joined
- Jan 28, 2019
- Messages
- 2
Hi,
I need some help please, I work with a basket of products that fall under different groupings (a,b,c) I want to execute a price increase on my turnover and of x percent but I want to make group "A" increase by a certain percentage only and then be able to calculate the increase on the rest of the parts to equal the target revenue. I want to be able to do this based on the volume of sales on the part so that parts which don't sell don't increase.
Eg.
Total increase 5%
Current Turnover:500
Goal Turnover: 525
Group A 6% increase
[TABLE="width: 500"]
<tbody>[TR]
[TD]Product[/TD]
[TD]Grouping[/TD]
[TD]Retail Price[/TD]
[TD]Volume[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]XX[/TD]
[TD]a[/TD]
[TD]10[/TD]
[TD]20[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]XX[/TD]
[TD]b[/TD]
[TD]9[/TD]
[TD]11[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]XX[/TD]
[TD]b[/TD]
[TD]8[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]XX[/TD]
[TD]a[/TD]
[TD]7[/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]XX[/TD]
[TD]c[/TD]
[TD]6[/TD]
[TD]4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]XX[/TD]
[TD]c[/TD]
[TD]5[/TD]
[TD]10[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]XX[/TD]
[TD]a[/TD]
[TD]4[/TD]
[TD]0[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Please help me it's driving me crazy trying to solve this.
I need some help please, I work with a basket of products that fall under different groupings (a,b,c) I want to execute a price increase on my turnover and of x percent but I want to make group "A" increase by a certain percentage only and then be able to calculate the increase on the rest of the parts to equal the target revenue. I want to be able to do this based on the volume of sales on the part so that parts which don't sell don't increase.
Eg.
Total increase 5%
Current Turnover:500
Goal Turnover: 525
Group A 6% increase
[TABLE="width: 500"]
<tbody>[TR]
[TD]Product[/TD]
[TD]Grouping[/TD]
[TD]Retail Price[/TD]
[TD]Volume[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]XX[/TD]
[TD]a[/TD]
[TD]10[/TD]
[TD]20[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]XX[/TD]
[TD]b[/TD]
[TD]9[/TD]
[TD]11[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]XX[/TD]
[TD]b[/TD]
[TD]8[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]XX[/TD]
[TD]a[/TD]
[TD]7[/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]XX[/TD]
[TD]c[/TD]
[TD]6[/TD]
[TD]4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]XX[/TD]
[TD]c[/TD]
[TD]5[/TD]
[TD]10[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]XX[/TD]
[TD]a[/TD]
[TD]4[/TD]
[TD]0[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Please help me it's driving me crazy trying to solve this.