Need your help and expertise. I’m doing some analysis on some vendor proposals.Here’s the situation. Each vendor has established a tier pricing structure. For example,
Tier 1 = 1 - 500 packets (0.05 cents each)
Tier 2 = 501 –1000 packets (0.06 cents each)
Tier 3= 1001 – more packets (0.07 cents each)
So, if I send 499 packets of data the charge would be
499 * 0.05 = $24.95.
For 1000 packets of data the charge would be $55
1st 500 packet at 0.05 = 500 * 0.05 = $25
2nd 500 packet at 0.06 = 500 * 0.06 = $30
TOTAL=$55
For 10,000 packets of data the charge would be $685
1st 500 packet at 0.05 = 500 * 0.05 = $25
2nd 500 packet at 0.06 = 500 * 0.06 = $30
Remaining packets at 0.07 = 9000 * 0.07 = $630
TOTAL=$685
My question is: how do I set up the formula / equation so that it automatically calculates the total amount as illustrated above? Keeping in mind that in order to analyze these proposals, I need to be able manipulate the number of packets. In other words, I would like to change number of packets without having to redo the formula / equation.
I appreciate all suggestions!
Thanks.
Tier 1 = 1 - 500 packets (0.05 cents each)
Tier 2 = 501 –1000 packets (0.06 cents each)
Tier 3= 1001 – more packets (0.07 cents each)
So, if I send 499 packets of data the charge would be
499 * 0.05 = $24.95.
For 1000 packets of data the charge would be $55
1st 500 packet at 0.05 = 500 * 0.05 = $25
2nd 500 packet at 0.06 = 500 * 0.06 = $30
TOTAL=$55
For 10,000 packets of data the charge would be $685
1st 500 packet at 0.05 = 500 * 0.05 = $25
2nd 500 packet at 0.06 = 500 * 0.06 = $30
Remaining packets at 0.07 = 9000 * 0.07 = $630
TOTAL=$685
My question is: how do I set up the formula / equation so that it automatically calculates the total amount as illustrated above? Keeping in mind that in order to analyze these proposals, I need to be able manipulate the number of packets. In other words, I would like to change number of packets without having to redo the formula / equation.
I appreciate all suggestions!
Thanks.