The information in this article applies to:
SYMPTOMS
In Microsoft Excel, when a cell being referenced within a link is moved to
another worksheet, Microsoft Excel does not see that the reference has been
moved. The link behaves as if the cell were deleted and returns a #REF!
error value. But, if the cell is moved within the same worksheet, the
reference will be updated as expected.
WORKAROUND
To avoid receiving a #REF! error value when dragging or pasting cells
on top of externally referenced cells, use the INDIRECT() function or
the OFFSET() function to reference the cell indirectly. For example,
to reference cell A1 in Sheet1, use one of the following formulas in cell
A2 of Sheet1.
Microsoft Excel versions 5.0, 7.0
Microsoft Excel versions 2.x, 3.0, 4.0
Note, neither of these two functions, if used to reference cell A1, will return the #REF! error, but they also will not update the cell reference within the formula. So, in this example, if cell A1 is cut and pasted into another worksheet, cell A2 will still reference cell A1 and will show a value of 0. REFERENCES
"User's Guide 1," version 4.0, page 192 Additional query words: 2.00 2.01 2.10 2.10c 2.10d 4.00 4.00a
Keywords : |
Last Reviewed: April 5, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |