Hi, i am trying to automate a series of actions. My goal is to calculate "final score" here for a chosen F9 cell value. 1. First, i will choose a number from the drop down in F9 cell. 2. the "final score" cell will be equal to "initial score" as long as the "position row" value is less than F9 and we have used all the values in "boost factor row". For example, i choose 4 in F9. Then,
I9= I8 because I7<F9
J9= J8 because J7<F9
K9= K8 because K7<F9
Now, L7=>F9, So
L9= I5*L8 because L7>=F9
M9 = J5*M8 because M7>F9
N9 = K5*N8 because N7>F9
O9 = L5*O8 because O7>F9
Now, we no longer have any values for "boost factor"row. So, again
P9 = P8,
Q9= Q8 and so on...
Can anyone please share a formula or tips to implement this ? Thanks in advance.