Hello,
I have a weird one for you guys today..very interesting if you ask me!
As an example, i am trying to work out the cost of 78 parcels, where from 0 - 25 parcels we charge $8.95 per parcel (Up to 25 parcels (8.95*25) = $223.75), 26 to 50 parcels (8.45*25) = $211.25 and 51 - 100 (7.95*28) = $222.6.
Parcel Volume Pricing p/parcel
Up to 25 parcels per month $8.95
26-50 $8.45
51-100 $7.95
101-250 $7.45
251-500 $6.95
501-1,000 $6.45
1,001-2,000 $5.95
2,001 and above parcels per month $5.45
I want the tool to allow me to enter in a value of parcels which will then give me a total price which sums per band.
As another example, if we have 55 parcels, this would be the calculation in the formula;
As the number is greater than 25, we grab (25 * 8.95) + (25 * 8.45) [as the number is greater than 21-50] + ( 5 * 7.95) [as '55' is 5 above 50).
For further clarity, if the number of parcels is 15, its simply 15* 8.95. If the number of parcels is 2560, it will calculate the cost of all bands accordingly.
Does this make sense?
I have a weird one for you guys today..very interesting if you ask me!
As an example, i am trying to work out the cost of 78 parcels, where from 0 - 25 parcels we charge $8.95 per parcel (Up to 25 parcels (8.95*25) = $223.75), 26 to 50 parcels (8.45*25) = $211.25 and 51 - 100 (7.95*28) = $222.6.
Parcel Volume Pricing p/parcel
Up to 25 parcels per month $8.95
26-50 $8.45
51-100 $7.95
101-250 $7.45
251-500 $6.95
501-1,000 $6.45
1,001-2,000 $5.95
2,001 and above parcels per month $5.45
I want the tool to allow me to enter in a value of parcels which will then give me a total price which sums per band.
As another example, if we have 55 parcels, this would be the calculation in the formula;
As the number is greater than 25, we grab (25 * 8.95) + (25 * 8.45) [as the number is greater than 21-50] + ( 5 * 7.95) [as '55' is 5 above 50).
For further clarity, if the number of parcels is 15, its simply 15* 8.95. If the number of parcels is 2560, it will calculate the cost of all bands accordingly.
Does this make sense?