0% found this document useful (0 votes)
86 views

Circular Reference

This document discusses intentional circular references in Excel spreadsheets. It provides an overview of how Excel handles circular references, why you may want to use them, and examples of formulas that can create circular references. While circular references are usually unintentional errors, the document explains that in some cases they can be used purposefully. It then defines what a circular reference is in more detail.

Uploaded by

mudassir2640
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
86 views

Circular Reference

This document discusses intentional circular references in Excel spreadsheets. It provides an overview of how Excel handles circular references, why you may want to use them, and examples of formulas that can create circular references. While circular references are usually unintentional errors, the document explains that in some cases they can be used purposefully. It then defines what a circular reference is in more detail.

Uploaded by

mudassir2640
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

16

Intentional Circular
References
In This Chapter
● General information regarding how Excel handles circular references
● Why you might want to use an intentional circular reference
● How Excel determines calculation and iteration settings
● Examples of formulas that use intentional circular references
● Potential problems when using intentional circular references
When most spreadsheet users hear the term circular reference, they immediately think of an error
condition. In the vast majority of situations, a circular reference represents an accident — some-
thing that you need to correct. Sometimes, however, a circular reference can be a good thing.
This chapter presents some examples that demonstrate intentional circular references.

What Are Circular References?


When entering formulas in a worksheet, you occasionally may see a message from Excel, such as
the one shown in Figure 16-1. This message is Excel’s way of telling you that the formula you just
entered will result in a circular reference. A circular reference occurs when a formula refers to its
own cell, either directly or indirectly. For example, you create a circular reference if you enter the
following formula into cell A10 because the formula refers to the cell that contains the formula:

=SUM(A1:A10)

415

24_475362-ch16.indd 415 4/14/10 10:18 PM

You might also like