#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Iteration

What is iteration and how to use it; please advise

regards
Khalil
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,203
Default Iteration

'Iteration' is simply repeating something.

Typically, in the computing world, it refers to some form of a looping
process within code. Worksheet functions have few iterative capabilities,
although it could be argued that various functions must do repetitive work
"behind the scenes" to achieve the single output that they provide. For
example, the SUMIF() function iteratively tests numerous cells for a
condition and adds values based on the results of those tests.

Within code, iterative actions usually involve loops such as For...Next
While...Wend Do...Loop and similar commands.

"Khalil" wrote:

What is iteration and how to use it; please advise

regards
Khalil

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Iteration

Iteration is the process of obtaining a solution through the use of sucessive
improving estimates of the solution.

It is used if a numerical solution is required and ther is no easy closed
form to use.

http://en.wikipedia.org/wiki/Iterative_method
--
Gary''s Student - gsnu200857


"Khalil" wrote:

What is iteration and how to use it; please advise

regards
Khalil

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Iteration

Hi,

And if you are asking about the Interation option in the Tools, Options,
Calculation tab of Excel - this allows you to control how many times Excel
recalculates while trying to reach a final answer. The option also lets you
indicate how much change there is between each calculation before it stops
recalculating. In most situations this area is of no concern to Excel users.

Iteration: Limits iteration for goal seeking or for resolving circular
references. Unless you specify otherwise, Excel stops after 100 iterations or
when all values change by less than 0.001. You can limit iteration by
changing the number in the Maximum iterations box, the Maximum change box, or
both boxes.

Maximum iterations: Type the numbers in the Maximum iterations and Maximum
change boxes to change the maximum number of iterations used and the maximum
amount of change below which iteration stops.

Maximum change: Type the numbers in the Maximum iterations and Maximum
change boxes to change the maximum number of iterations used and the maximum
amount of change below which iteration stops.


--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Khalil" wrote:

What is iteration and how to use it; please advise

regards
Khalil

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Iteration


Hi Shane Devenshire

many many thanks for you professional time and advice

"Shane Devenshire" wrote:

Hi,

And if you are asking about the Interation option in the Tools, Options,
Calculation tab of Excel - this allows you to control how many times Excel
recalculates while trying to reach a final answer. The option also lets you
indicate how much change there is between each calculation before it stops
recalculating. In most situations this area is of no concern to Excel users.

Iteration: Limits iteration for goal seeking or for resolving circular
references. Unless you specify otherwise, Excel stops after 100 iterations or
when all values change by less than 0.001. You can limit iteration by
changing the number in the Maximum iterations box, the Maximum change box, or
both boxes.

Maximum iterations: Type the numbers in the Maximum iterations and Maximum
change boxes to change the maximum number of iterations used and the maximum
amount of change below which iteration stops.

Maximum change: Type the numbers in the Maximum iterations and Maximum
change boxes to change the maximum number of iterations used and the maximum
amount of change below which iteration stops.


--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Khalil" wrote:

What is iteration and how to use it; please advise

regards
Khalil

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
iteration Gareth Milton Excel Discussion (Misc queries) 1 March 28th 07 04:18 PM
Iteration and saving. Daiv Excel Discussion (Misc queries) 0 February 22nd 07 07:45 PM
Need help with iteration Ron M. Excel Discussion (Misc queries) 7 March 14th 06 12:32 AM
Iteration M. Homayon Excel Discussion (Misc queries) 1 January 11th 06 01:05 AM
Iteration Jan Excel Discussion (Misc queries) 1 January 10th 06 11:10 PM


All times are GMT +1. The time now is 06:33 PM.

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

About Us

"It's about Microsoft Excel"