← All error guides

Circular reference warning — what to do

What you see

  • Excel or Sheets warns about circular references
  • Cell depends on its own result

Common causes

  • Formula includes the cell it lives in
  • Two cells point at each other

How to fix it

  1. Remove the cell address from its own formula
  2. Break the loop by using a different helper cell
  3. Enable iterative calculation only if you intend it
Fix this in FixMyFormula →

Related errors