I have this equation in Excel:
=A2-($A$2-$G$2)*B4/SUM($B$4:$F$4)
this A2 and B4 has to change every row. so that the value I just got from the current row calculation needs to be used in the next step.
9.83,8.82,7.56,6.41,5.41,5
minus
0,1.01,1.26,1.14,0.99,0.4
it starts with 9.83-0, then 9.83-1.01, then the result which is 8.81-1.26 and so on.
how can I write this equation? or how can I get the result of previous row calculation in the current row?