
Originally Posted by
lmp
Hello,
change the definition of the name to use a formula that does not get upset if data is overwritten/added/deleted.
For example, the name MyData with this formula ...
=INDEX(Sheet1!$A:$A,1):INDEX(Sheet1!$Z:$Z,COUNTA(Sheet1!$A:$A))
... will always refer to all the data in Sheet1, columns A to Z, starting in cell A1, down to the last row of data in column A. You can delete and copy and paste data into Sheet1 to your heart's content. The range name will always capture it.
Bookmarks