What do you mean by "using circular reference
formulas"? What is your calculation mode set
to Iteration?
In the cell, the formula refers back to the cell it is in. I have the Interation box checked off and have used all numbers from 1 to 100, all with the same results (the formula works in the first column, however, any information I enter in column left of it affects existing informaion.
-DC
Thought it might help if I put an example:
Cell C4 has a formula of:
=Sum(C3+C4)
The reason for this is that this spreadsheet will be worked on by many people and cell C3 will be the only cell to be updated - C4 will show the running total and will also be protected so nobody can erase the formula.
The calculation works fine in column C, however, as stated before when moving over to column D and beyond any info entered also affects all columns to the left.
DC
Dawn, "circular references" aren't something you
"use" (unless you've activated iterative recalc) --
they're something you AVOID. Also, what's the
point of =SUM(C3+C4)? Either the '+' operator
or SUM() function is unncessary -- using both is
redundant!