D
Dan E
I have trouble with users occasionally cutting, moving or deleting cells
that are referenced by formulas, so I get #REF! errors that I then have to
clean up. Ken Wright suggested I replace direct references to the editable
data cells in the formulas (e.g. A1) with INDIRECT references using a text
string (e.g. INDIRECT("A1"). Sounds like a great idea, BUT don't know if
it's achievable, because there are many formulas and many cells, and, since
I HAVE to use a text string for this method to work, I can't see a way to
change the formula in one place, then copy and paste into other locations in
a way that would maintain the relative addressing of the text in the string.
If anyone knows of a trick to do this, I'd be grateful beyond measure!
TIA,
Dan
that are referenced by formulas, so I get #REF! errors that I then have to
clean up. Ken Wright suggested I replace direct references to the editable
data cells in the formulas (e.g. A1) with INDIRECT references using a text
string (e.g. INDIRECT("A1"). Sounds like a great idea, BUT don't know if
it's achievable, because there are many formulas and many cells, and, since
I HAVE to use a text string for this method to work, I can't see a way to
change the formula in one place, then copy and paste into other locations in
a way that would maintain the relative addressing of the text in the string.
If anyone knows of a trick to do this, I'd be grateful beyond measure!
TIA,
Dan