+ Reply to Thread
Results 1 to 4 of 4

Options, formulas, enable iterative calculation, maximum change

  1. #1
    Registered User
    Join Date
    06-19-2017
    Location
    Azerbaijan
    MS-Off Ver
    2016
    Posts
    6

    Options, formulas, enable iterative calculation, maximum change

    I just watched a video about iteration in Excel 2016, but could not understand what maximum change stands for. I read the excel documentation and various tutorials and still did not grasp it.
    Because it says: Microsoft excel halts the calculation after Maximum Iteration or after all values in the formula change by less than Maximum change between iterations.
    I played with this in Excel. Wrote a number in A1 and a formula (=A1+B1) in B1 and found out that whatever number I write in A1 and whatever number I choose for Maximum Iteration, any number for Maximum change, lets all iterations be carried out and only too big number for Maximum change lets only one iteration be carried out.
    For example:
    Maximum iteration = 10, Maximum change = 3
    A1=2
    B1=20
    Maximum iteration = 10, Maximum change = 300
    A1=2
    B1=2

    So what does maximum change stand for?

  2. #2
    Forum Expert
    Join Date
    03-20-2015
    Location
    Primarily UK, sometimes NL
    MS-Off Ver
    Work: Office 365 / Home: Office 2010
    Posts
    2,405

    Re: Options, formulas, enable iterative calculation, maximum change

    Maximum Iterations is the number of times Excel will run the calculation before it stops. The higher the number of iterations, the more time Excel will need to recalculate a worksheet.
    Maximum Change is an extra limit on this - Excel will run the calculation up to the number of Max Iterations, but stop when the difference between iterations is no more than the Maximum Change. The smaller the number, the more accurate the result and the more time Excel needs to recalculate a worksheet.

    With the default settings of 100 and 0.001, Excel will run the calculation 100 times but will stop when the difference between iterations is no more than .001 - even if it's not got to 100 runs yet.

    Try these settings:
    A1 = 1
    A2 = A1 + A2 * 0.1
    MI = 10, MC = 1
    A2 will stop at 1.1

    Then try these:
    With MI=10 and MC= 0.1, A2 will stop at 1.11
    With MI=100 and MC=0.001 (default), A2 will stop at 1.111

    Does that help?
    Regards,
    Aardigspook

    I recently started a new job so am a bit busy and may not reply quickly. Sorry - it's not personal - I will reply eventually.
    If your problem is solved, please go to 'Thread Tools' above your first post and 'Mark this Thread as Solved'.
    If you use commas as your decimal separator (1,23 instead of 1.23) then please replace commas with semi-colons in your formulae.
    You don't need to give me rep if I helped, but a thank-you is nice.

  3. #3
    Registered User
    Join Date
    06-19-2017
    Location
    Azerbaijan
    MS-Off Ver
    2016
    Posts
    6

    Re: Options, formulas, enable iterative calculation, maximum change

    That is a perfect explanation. I had googled it a lot to find an answer and could not. Thank you so much.

  4. #4
    Forum Expert
    Join Date
    03-20-2015
    Location
    Primarily UK, sometimes NL
    MS-Off Ver
    Work: Office 365 / Home: Office 2010
    Posts
    2,405

    Re: Options, formulas, enable iterative calculation, maximum change

    You're welcome, glad I could help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Iterative Calculation
    By josephteh in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-09-2016, 06:04 AM
  2. [SOLVED] Help with an Iterative Calculation
    By KDF in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-09-2015, 02:34 PM
  3. [SOLVED] Iterative Backwards Calculation
    By bgerald in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-08-2014, 01:43 PM
  4. Finding maximum using bisection/iterative method?
    By peepingtom in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-05-2014, 12:16 AM
  5. How to siphon value away from an iterative calculation?
    By Sayle in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-17-2014, 09:47 AM
  6. Excel 2010 Formulas Calculation options default to Manual choice
    By zillah in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-24-2012, 08:36 AM
  7. Automatically enable iterative calculation
    By deucejmp in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-08-2011, 10:48 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1