#1   Report Post  
Junior Member
 
Posts: 1
Default Iterations

Hey,

Can someone explain an iteration to me in layman's terms?

I built a financial model that is circular (net income --) cash to service debt --) interest expense --) net income), which I understand is pretty common, but do not understand how excel solves a circular formula.

Peace

Last edited by antonje : October 10th 06 at 03:39 PM
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Boo Boo is offline
external usenet poster
 
Posts: 21
Default Iterations

Iteration = a problem-solving or computational method in which a succession
of approximations, each building on the one preceding, is used to achieve a
desired degree of accuracy.

i.e. Excel takes a "best guess" at the correct result and repeats the
computation X number of times to refine the accuracy of the result (X being
the number of iterations)


"antonje" wrote:


Hey,

Can someone explain an iteration to me in layman's terms?

I built a financial model that is circular (net income --) cash to
service debt --) interest expense --) net income), which I understand
is pretty common, but do not understand how excel solves a circular
formula.

Peace




--
antonje

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,365
Default Iterations

Try to find a way not to use circular formulas if at all possible. But if
you must, basically Excel performs the circular calculations up to the
maximum number you have set for Iterations or until the change in value is as
small as you've set to detect.

If you want to see how weird things can go with circular formulas, use Tools
Options to permit iterations with the default values and put these values or
formulas onto a sheet
in B1 enter =(A1+C1)*2
In C1 enter =B1/2
Now you've already created a circular reference, but since both B1 and C1
are zero to begin with, things look alright. Now type 6 into A1... WHOA!
1200 and 600. Gets even messier if you move the 6 around (dragging the cell
to other locations) or change the value in A1 (without having moved it).



"antonje" wrote:


Hey,

Can someone explain an iteration to me in layman's terms?

I built a financial model that is circular (net income --) cash to
service debt --) interest expense --) net income), which I understand
is pretty common, but do not understand how excel solves a circular
formula.

Peace




--
antonje

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting default number of iterations within ALL my excel spreadshe Gavin Bulman Excel Worksheet Functions 4 October 6th 06 04:38 PM
number of iterations as default Gavin Bulman Excel Worksheet Functions 0 October 6th 06 09:10 AM
copying data during iterations aminal Excel Discussion (Misc queries) 6 July 27th 06 01:33 AM
Excel Iterations? Conditional Operations? [email protected] Excel Worksheet Functions 4 May 30th 06 08:41 AM
How do i compute the average value of 100 iterations? il_102 Excel Worksheet Functions 4 November 23rd 05 04:29 PM


All times are GMT +1. The time now is 09:37 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"