iansaunderson
New Member
- Joined
- Dec 18, 2015
- Messages
- 16
Hi guys
I have a various level pricing format as below, which should work similar to scaled commission / tax calculations.
For example, 15000 units, should be charged as the first 5k (£0), the next 5k (£3 per unit) and the remaining 5k units charged at £2.50 per unit. I've done some research on SUMPRODUCT but couldn't get the formula to work.
Any chance of some help?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Lower Banding[/TD]
[TD]Higher Banding[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]5000[/TD]
[TD]£0.00[/TD]
[/TR]
[TR]
[TD]5001[/TD]
[TD]10000[/TD]
[TD]£3[/TD]
[/TR]
[TR]
[TD]10001[/TD]
[TD]20000[/TD]
[TD]£2.50[/TD]
[/TR]
[TR]
[TD]20001[/TD]
[TD]1000000[/TD]
[TD]£2.00[/TD]
[/TR]
</tbody>[/TABLE]
I have a various level pricing format as below, which should work similar to scaled commission / tax calculations.
For example, 15000 units, should be charged as the first 5k (£0), the next 5k (£3 per unit) and the remaining 5k units charged at £2.50 per unit. I've done some research on SUMPRODUCT but couldn't get the formula to work.
Any chance of some help?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Lower Banding[/TD]
[TD]Higher Banding[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]5000[/TD]
[TD]£0.00[/TD]
[/TR]
[TR]
[TD]5001[/TD]
[TD]10000[/TD]
[TD]£3[/TD]
[/TR]
[TR]
[TD]10001[/TD]
[TD]20000[/TD]
[TD]£2.50[/TD]
[/TR]
[TR]
[TD]20001[/TD]
[TD]1000000[/TD]
[TD]£2.00[/TD]
[/TR]
</tbody>[/TABLE]