So then I started poking around at the calculation in column G which, after simplification, is [Column B]*37/50 so I came up with another couple of formulas. The first one performs the same calculation as above without using the lookup table:
=SUMPRODUCT(FLOOR.MATH(R4*(1+$R$14/1000)^(ROW($A$1:INDEX($A:$A,R13+1))-1),0.2)*37/1050)
The second one is based on the calculation against the exact weight (without using the 0.2 increments) and disposes of the FLOOR.MATH part:
=SUMPRODUCT(R4*(1+$R$14/1000)^(ROW($A$1:INDEX($A:$A,R13+1))-1)*37/1050)
Just my natural mathematical curiosity coming to the fore ...
WBD
Bookmarks