L
LawTrainer
We are working with an Excel worksheet that uses absolute cell references in
the worksheets using the Paste Link feature.
However, when we sort the data in Worksheet A, the absolute cell reference
in Worksheet B reflects the change in data (see example below).
We would like for the value in the cell reference to remain constant and
reflect the new cell reference location from the sort. How do we format the
formula to reflect this? I've tried INDIRECT and CELL functions and it
didn't work.
We are using Excel 2003. Thanks for your help!
Example (Before Sort)
Worksheet A
Column A
Row 1 1
Row 2 2
Row 3 3
Row 4 4
Row 5 5
Worksheet B
Column A
Row 1 ='Worksheet A'!$A$1 (value = 1)
Example (After Sort)
Worksheet A
Column A
Row 1 5
Row 2 4
Row 3 3
Row 4 2
Row 5 1
Worksheet B
Column A
Row 1 ='Worksheet A'!$A$1 (value = 5) We would like for the value to
remain constant an the reference to follow the new location of the value = 1
which should be =Workdsheet A'!$A$5.
Thanks, hope this example helps to explain what we are looking for.
the worksheets using the Paste Link feature.
However, when we sort the data in Worksheet A, the absolute cell reference
in Worksheet B reflects the change in data (see example below).
We would like for the value in the cell reference to remain constant and
reflect the new cell reference location from the sort. How do we format the
formula to reflect this? I've tried INDIRECT and CELL functions and it
didn't work.
We are using Excel 2003. Thanks for your help!
Example (Before Sort)
Worksheet A
Column A
Row 1 1
Row 2 2
Row 3 3
Row 4 4
Row 5 5
Worksheet B
Column A
Row 1 ='Worksheet A'!$A$1 (value = 1)
Example (After Sort)
Worksheet A
Column A
Row 1 5
Row 2 4
Row 3 3
Row 4 2
Row 5 1
Worksheet B
Column A
Row 1 ='Worksheet A'!$A$1 (value = 5) We would like for the value to
remain constant an the reference to follow the new location of the value = 1
which should be =Workdsheet A'!$A$5.
Thanks, hope this example helps to explain what we are looking for.