iterate till will converge

white_flag

Active Member
Joined
Mar 17, 2010
Messages
331
Hello

I like to iterate an cell (D6) till (D21+I10=N15) will converge (equilibrium reached). D21=D6*formula, I10=D6*formula, N15=D6*formula.
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
You could perhaps do this with iteration, but with Solver, in another cell, enter

=(D21+I10-N15)^2

Set Solver to minimize that by changing D6.
 
Upvote 0
Dunno enough about your problem. I tend to avoid iteration; it's usually there for just one formula in a workbook.
 
Upvote 0
it is like this
D6 - to be iterated (1 till 100 with 0.1 steps)
D21=D6+5.3
I10=D6+10.25
N15=D6+18.2

wen
D21+I10=N15 -- stop
 
Upvote 0
Is it not possible to rearrange your formulas so the solution gives you your convergence?

With there being a square involved, the answer will be +/-
 
Upvote 0
Why not just solve it?

D6+5.3 + D6+10.25 = D6+18.2

D6 =18.2 - 5.3 - 10.25 = 2.65
 
Upvote 0
that was just an example. The real situation I find it (for me) difficult. (I put an link with the excelfile)
 
Upvote 0
Very nice workbook!

I'm not seeing a way to do this via iteration at a glance, but will look back at it this afternoon.
 
Upvote 0

Forum statistics

Threads
1,224,594
Messages
6,179,792
Members
452,942
Latest member
VijayNewtoExcel

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top