G
Guest
have you data start in row 2, so
A2: 11,11
A3: 33,22
in C1 put in =22
in C2 put in the formula
=A2-MIN(A2,MAX($C$1-SUM($A$1:A1),0))
then drag fill it down column C to match your data.
Now, when you want to subtract additional, you can do
C1: =22+30
and the remainders will update.
You could adjust the formula in c1 to be
=Sum(D1:IV1)
then
D1: 22
E1: 30
and so forth
A2: 11,11
A3: 33,22
in C1 put in =22
in C2 put in the formula
=A2-MIN(A2,MAX($C$1-SUM($A$1:A1),0))
then drag fill it down column C to match your data.
Now, when you want to subtract additional, you can do
C1: =22+30
and the remainders will update.
You could adjust the formula in c1 to be
=Sum(D1:IV1)
then
D1: 22
E1: 30
and so forth