Hello!
I am lost trying to devise a formula for the following.
I want to apply a pricing discount per unit tranches unit levels. In other words, I'd have 3 variables:
Initial price per unit: $0.04
Discount increment factor: 1,000
Discount rate: 20%
So, for example, the pricing table would look like this:
Units Price/unit for last tranche Total 500 0.04 20 1,000 0.04 40 1,001 0.032* 40.032 3,000 0.0256 97.60**
* = 20% discount kicks in as the units are now greater than 1,000. The first 1,000 units are priced at 0.04/unit, and the next 1,000 units are priced at 0.032/unit, etc.
** = 40 (for the first 1,000) + 32 (for 1,001-2,000) + 25.60 (for 2,001-3,000)
Thank you for your help!!
Bookmarks