To see how real price per piece changes I'd start from simple approach (see attachment).
B2:F2 cost of 1 batch at each stage, and next row max batch size
in column A (starting A5) ordered number
then B5 (and copy right and down) formula for batches required at given stage:
Formula:
=ROUNDUP($A5/B$3,0)
and G5 and copy down unit price:
Formula:
=SUMPRODUCT(B5:F5,$B$2:$F$2)/A5
now changes in unit price could be observed
may be also additional indicator of price change H6 and copy down:
Formula:
=G6/MIN(G$5:G5)-1
(negative value and received by conditional formatting green indicates that the price is lower than lowest so far)
From the point of view of primary school mathematics - you can treat this part of question
Can I use the features of excel to help me select the size of the production run to minimise the price per widget
as http://en.wikipedia.org/wiki/Least_common_multiple so for your batch sizes 100 400 700 50 and 600 it is 8400.
Bookmarks