How to Allow Circular References in Excel & Google Sheets

This article will demonstrate how to allow circular references in Excel and Google Sheets.

 

allow circular refs start

 

By default, Excel returns an error message when a circular reference is detected, and the formula causing the circular reference will not calculate. On some occasions, you may need need to allow the use of circular references in Excel.

Enable Iterative Calculation

In the Ribbon, select File > Options > Formulas.

 

allow circular refs options

 

Make sure Enable iterative calculation is checked, and set the Maximum Iterations and Maximum Change as required.

Note: Maximum Iterations is the number of times that Excel will repeat the calculation until it stops (i.e., 100). Maximum Change is the maximum difference allowed between the iterations of the calculation. If the maximum change is reached, Excel will stop repeating the calculation EVEN IF the number of times it has recalculate has not reached maximum iterations.

 

How to Allow Circular References in Google Sheets

Google Sheets also shows an error when a circular reference is detected.

 

allow circular refs gs intro

 

To allow circular references, in the Menu, select File > Spreadsheet settings.

Select the Calculation tab, and then in the Iterative calculation drop down, select On.

 

allow circular refs gs setttings

 

Adjust the Max number of iterations and Threshold if required, and then click Save settings.

 

allow circular refs gs result