K
Kevin
I have a workbook consisting of two (locked) Report worksheets
and a number of worksheets where data is manually added, deleted,
inserted, and updated.
On my Report worksheets, I use formulas like:
= SUM(Jones!A4:A50)
The Problem:
When technician JONES edits the data on his JONES worksheet, he
commonly INSERTS cells, DELETES cells, and edits cells. This is
fine EXCEPT that JONES' changes show up in my formulae.
For example,
= SUM(Jones!A4:A50)
is changed
=SUM(Jones!A6:A33)
I don't want to force JONES (and others) into using locked cells.
Do I have any options?
and a number of worksheets where data is manually added, deleted,
inserted, and updated.
On my Report worksheets, I use formulas like:
= SUM(Jones!A4:A50)
The Problem:
When technician JONES edits the data on his JONES worksheet, he
commonly INSERTS cells, DELETES cells, and edits cells. This is
fine EXCEPT that JONES' changes show up in my formulae.
For example,
= SUM(Jones!A4:A50)
is changed
=SUM(Jones!A6:A33)
I don't want to force JONES (and others) into using locked cells.
Do I have any options?