Progressive Pricing Formula

pauljleonard

New Member
Joined
Oct 31, 2018
Messages
7
Hope you can help!!

I have a progressive pricing formula I need help with, been tearing my hair out
smile.gif


Each band gets individual earnings in steps apart from <10 that gets nothing.

In the below example customer sells 35 baskets, so will reach the 4th band.

Band 1 - Zero
Band 2 - 10 * £1.15 = £11.50
Band 3 - 10 * £2.30 = £23.00
Band 4 - 10 * £3.15 = £31.50
As he only has 5 baskets in Band 4, he only gets 5 * £3.15 = £15.75

Total earnings therefore is £81.75

It may be better to have a formula individually in each row, and sum the row for total earnings?

[TABLE="width: 500"]
<tbody>[TR]
[TD]band[/TD]
[TD]baskets[/TD]
[TD]rate[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]0[/TD]
[TD]$0.00[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]10[/TD]
[TD]$1.15[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]20[/TD]
[TD]$2.30[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]30[/TD]
[TD]$3.15[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]40[/TD]
[TD]$4.45[/TD]
[/TR]
</tbody>[/TABLE]

 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.

Forum statistics

Threads
1,223,893
Messages
6,175,246
Members
452,623
Latest member
cliftonhandyman

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