mikeniedert
New Member
- Joined
- Aug 4, 2017
- Messages
- 6
This one is perplexing me. I am trying to create a calculator that will help me run various "what if" scenarios in a cost plus model. We have a vendor who charges us using a cost plus model, but the margin gets better as we spend more through the year. So let's say I spend a total $6000 through the year, I'd pay 2.5% on the first 1500, 2% on the second 1500, and etc. If I spend $2000, then I'd pay the 2.5% on the first $1500, and 2.0% on the last $500.
I need a set of formulas in the Cost Column that would calculate the costs based on whatever number I plug into the Amount Spend cell.
Thanks!
Book2 (version 1).xlsb | |||||||
---|---|---|---|---|---|---|---|
C | D | E | F | G | |||
2 | Amount Spent: | ||||||
3 | |||||||
4 | Spend Thresholds | Cost Plus Margin | Cost | ||||
5 | $ 0.01 | $ 1,500.00 | 2.50% | ||||
6 | $ 1,500.01 | $ 3,000.00 | 2.00% | ||||
7 | $ 3,000.01 | $ 5,000.00 | 1.50% | ||||
8 | $ 5,000.01 | $ 99,900.00 | 0.50% | ||||
Sheet2 |
I need a set of formulas in the Cost Column that would calculate the costs based on whatever number I plug into the Amount Spend cell.
Thanks!