Tiered Cost

elberdo

New Member
Joined
Dec 1, 2016
Messages
6
Hello, Looking for a formula. If For instance in a given period, total Sales went from 9 to 11. I need Sale #10 to be at 0.5 and sale #11 to be at 0.4. Last month and this month Sales are in M2 and N2 respectively

If for instance, if sales went from 35-42. I need 5 sales at 0.2 and 2 sales at 0.1. But I also want it to return 0's on column E rows 1-3 (since sales 1-34 have already been paid out)

I've tinkered with IF(AND looking at the ranges but no luck.

RangeCost #Lower LimitUpper Limit
0-10.5010
11-20.41120
21-30.32130
31-40.23140
41-50.14150

<tbody>
</tbody>

Thanks in advance, very appreciated
 
Last edited:

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
I posted a formula to calculate monthly results with cumulative totals and tiered rates.
If that is what you require, I could post the example again and you could adapt it.
There is also a YouTube video on the concept.
 
Upvote 0
A​
B​
C​
D​
1​
Qty
Unit Price
Delta
2​
0​
0.5​
0.5​
C2: =B2-N(B1)
3​
10​
0.4​
-0.1​
4​
20​
0.3​
-0.1​
5​
30​
0.2​
-0.1​
6​
40​
0.1​
-0.1​
7​
8​
Sale
Price
9​
9​
4.5​
B9: =SUMPRODUCT((SUM(A$8:A9) > $A$2:$A$6) * (SUM(A$8:A9) - $A$2:$A$6) * $C$2:$C$6) - SUM(B$8:B8)
10​
2​
0.9​
11​
2​
0.8​
12​
4​
1.6​
13​
6​
2.1​
14​
6​
1.8​
15​
2​
0.5​
16​
3​
0.6​
17​
2​
0.4​
 
Upvote 0

Forum statistics

Threads
1,215,863
Messages
6,127,394
Members
449,382
Latest member
DonnaRisso

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