Auto adjustment of functions

G

gfy532

Is there any way for formulas to self-adjust? I'm doing a worksheet fo
savings. IE: Item A gets 10%, Item B gets 40%, Item C gets 15%, Item
gets 15% Item E gets 30%. If $100 is saved so far: Item A is up to $10
B is $40, C is $15, D is $15 And E is $30. If item B's goal is $15 wit
the rest still needin to accrue, is there any way to automatically hav
the formula stop contributing to Item B and split the rest to the othe
items? I know this would be fairly complex.

Thanks for any help
 
D

Don Guillett

Is there any way for formulas to self-adjust? I'm doing a worksheet for
savings. IE: Item A gets 10%, Item B gets 40%, Item C gets 15%, Item D
gets 15% Item E gets 30%. If $100 is saved so far: Item A is up to $10,
B is $40, C is $15, D is $15 And E is $30. If item B's goal is $15 with
the rest still needin to accrue, is there any way to automatically have
the formula stop contributing to Item B and split the rest to the other
items? I know this would be fairly complex.

Thanks for any help!

At least show us your formula or send a file to dguillett1 @gmail.com
 
R

Rotop

gfy532;1504021 said:
Is there any way for formulas to self-adjust? I'm doing a worksheet fo
savings. IE: Item A gets 10%, Item B gets 40%, Item C gets 15%, Item
gets 15% Item E gets 30%. If $100 is saved so far: Item A is up to $10
B is $40, C is $15, D is $15 And E is $30. If item B's goal is $15 wit
the rest still needin to accrue, is there any way to automatically hav
the formula stop contributing to Item B and split the rest to the othe
items? I know this would be fairly complex.

Thanks for any help!

Hello,

well the first problem is that you distributed percentage all wrong
Your sum gives back 110 and not 100 :))) it took me quite a while t
figure it out.

I can give you this formulas but they are not ideal.

in a case where you have in a column A your names B,A,C,D,E (startin
with the row number 2) and in column C you percentage. Cell B1 is th
amount saved.
so in the cell B2 you would put, +IF($B$1*C2>=15;15;$B$1*C2) thi
reffers to name B. And then in cell B3 you would put this and the
drag it down to other cells:
+IF($B$1*$C$2<>$B$2;($B$1-$B$2)*(C3+(1-SUM($C$3:$C$6))*(C3/SUM($C$3:$C$6)));$B$1*C3)

i dont know if this helps you, is not ideal formula cuz it assumes tha
you are always looking to stop contributing to the item B
 
I

internet

gfy532.99436a8 said:
Is there any way for formulas to self-adjust? I'm doing a worksheet for
savings. IE: Item A gets 10%, Item B gets 40%, Item C gets 15%, Item D
gets 15% Item E gets 30%. If $100 is saved so far: Item A is up to $10,
B is $40, C is $15, D is $15 And E is $30. If item B's goal is $15 with
the rest still needin to accrue, is there any way to automatically have
the formula stop contributing to Item B and split the rest to the other
items? I know this would be fairly complex.

Thanks for any help!

another problem is: how do you split the rest to the other group. if you
split it on the % given, removing B, the %s do not add up to 100%, so
what remains of the remainder that is hanging?
go through your problem on pen and paper and work it out yourself.
tnx
nd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Distribution of capital contribution 4
VLOOK UP 1
Accumulated percentage calculation 2
Excel Lookup 1
Help with lots of formulas 3
FORMULA TO ADD ROW 2
Summing Like items 2
Function or formula to use 2

Top