Please Note: This article is written for users of the following Microsoft Excel versions: 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365. If you are using an earlier version (Excel 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Excel, click here: Iterating Circular References.

Iterating Circular References

Written by Allen Wyatt (last updated November 23, 2023)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365


1

Circular references occur when a formula refers—either directly or indirectly—to the cell in which the formula is stored. For instance, if B3 contains the formula =B2+B3, then B3 contains a circular reference.

Normally, circular references represent a mistake in a formula. There are some situations in which circular references are desirable, however. Excel allows you to include circular references in a worksheet, but it can get a bit picky about them.

For the most part, Excel is very lenient about circular references if you have the Enable Iterative Calculation control turned on. (Display the Excel Options dialog box and then click Formulas at the left side of the dialog box.) If you select the Enable Iterative Calculation check box and then enter a circular reference, Excel doesn't protest. Instead, it uses the settings in the Excel Options dialog box to control how many times the circular reference is repeated before it is considered done.

It appears that the setting of the Enable Iterative Calculation check box is stored as part of a workbook, but it is not always paid attention to when the workbook is later loaded into Excel. In fact, the setting is ignored completely if any of the following occur before you open the workbook:

  • You open any other workbook besides the default workbook created when you first start Excel.
  • You change the Iteration check box while the default workbook is displayed.

What Excel does is to examine the Enable Iterative Calculation check box setting for whatever workbook you first open. That setting becomes the "default" for the current session with Excel. For any other workbook loaded during the same session, the saved setting of the Enable Iterative Calculation check box is ignored.

In addition, if you have a Personal workbook defined on your system, then the setting of the Enable Iterative Calculation check box within that file is always used as the default. Why? Because the Personal workbook is always the first workbook opened, and the first workbook opened always defines the default for the setting.

If you have a saved workbook that uses circular references and the Enable Iterative Calculation check box is cleared (either by default or explicitly), then when you open the workbook containing the circular references, Excel displays a warning. If you don't want to see the warning, then the obvious solution is to either make sure that you open the workbook before any other workbook (so that its Iteration setting is used) or explicitly set the Enable Iterative Calculation check box before opening the workbook.

If you don't want to bother worrying about which order you open workbooks and you don't want to always change the setting of the Enable Iterative Calculation check box, you can create a macro that ensures the Enable Iterative Calculation check box is selected for the workbook. If you assign the macro to the Open event for the workbook, then it will run every time the workbook is opened, ensuring that you won't see the warning you don't want to see. The macro appears as follows:

Private Sub Workbook_Open()
    Application.Iteration = True
End Sub

If you have a Personal workbook defined for your system, you can add this macro to it instead of to individual workbooks. In that way you can ensure that the Enable Iterative Calculation check box is always selected for every Excel session.

Note:

If you would like to know how to use the macros described on this page (or on any other page on the ExcelTips sites), I've prepared a special page that includes helpful information. Click here to open that special page in a new browser tab.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (9748) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365. You can find a version of this tip for the older menu interface of Excel here: Iterating Circular References.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Adjusting Bottoms of Pages

When you allow Word to naturally flow your text through a document, you may find that the text on each page ends at a ...

Discover More

Changing Cell Alignment

Individual cells in a table can be aligned any way you desire. As pointed out here, just select the cell and apply the ...

Discover More

Jumping to the Ends of Table Rows

Need to jump from one end of a table row to another? Word provides a couple of handy shortcuts that can make this type of ...

Discover More

Comprehensive VBA Guide Visual Basic for Applications (VBA) is the language used for writing macros in all Office programs. This complete guide shows both professionals and novices how to master VBA in order to customize the entire Office suite for their needs. Check out Mastering VBA for Office 2010 today!

More ExcelTips (ribbon)

Moving Between and Selecting Sheets with the Keyboard

Hate to take your fingers off the keyboard? Here's how you can move from worksheet to worksheet without touching the mouse.

Discover More

Drop-Down List Font Sizes

Excel has several features that cannot be customized. The font size in the drop-down lists is one of them. If you need ...

Discover More

Making Pane Settings Persist

When you freeze panes in a worksheet, those panes should persist even though you save the workbook and reload it. There ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 8 - 5?

2023-12-27 18:02:26

Lena Van Spaandonk

Allen,
Thanks for this tip.
If I add this Macro to my workbook and share the file with someone, they won't get a warning about circular references anymore but... they will get a warning about a macro in the file, am I right? :)


This Site

Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.

Newest Tips
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.