Tables below refer. Is there an easy way to calculate the price of order quantities each month based on the threshold table below? Basically the threshold table says if order quantity is less than 5M, each item will be cost $0.30. If order quantity is more than 5M but less than 7.5M, the first 5M will be charged at $0.30, then the rest above 5M will be charged at $0.27. And so on until order quantity above 20M.
Formula needed for each month in 3rd column (Price) below:
Threshold | Price per unit |
0 | $ 0.30 |
5 000 000 | $ 0.27 |
7 500 000 | $ 0.25 |
10 000 000 | $ 0.24 |
15 000 000 | $ 0.22 |
20 000 000 | $ 0.20 |
Formula needed for each month in 3rd column (Price) below:
Month | Quantity | Price |
1 | 8 802 994 | ? |
2 | 6 378 962 | ? |
3 | 8 398 221 | ? |
4 | 9 061 017 | ? |
5 | 4 988 435 | ? |
6 | 9 883 952 | ? |
7 | 4 544 655 | ? |
8 | 5 818 679 | ? |
9 | 5 052 615 | ? |
10 | 8 316 649 | ? |
11 | 7 926 167 | ? |
12 | 7 197 486 | ? |