What does #CYCLE! mean?
A chain loops back on itself, so no step can go first.
#CYCLE!A chain loops back on itself, so no step can go first.
Remove one of the links in the loop.
What’s this?Common causes
- A chain link that feeds a result back into an earlier step
How to fix it
- Remove one of the links in the loop.
In spreadsheets
Like a spreadsheet’s circular-reference warning. This code is a Maps for Math extension that follows the same #NAME! style.