C
Colin Higbie
I have an Excel Workbook with multiple worksheets. Until this morning, when
I copied a row or cells from one worksheet to the next, if the cell
referenced another with a fixed axis, say, as D$59, when I paste it onto
another sheet it still referred back to the cell on the original sheet. So,
after pasting, it would be:
='SheetRef'!D$59
Excel would automatically add the 'SheetRef'!
When I pasted this morning, the calculated value was wrong. When I looked at
the cell, it's because it was no longer referring back to the original
sheet. It still said D$59, now referring to D59 on the new worksheet instead
of the old one.
Specifically, on the first worksheet, cell I42 says:
=D$59*H42
and when I move it, I want it to say
='SheetRef'!D$59*H42
So the variable reference H42 changes to the new sheet, but the fixed
reference D$59 still applies to the old sheet. This is how it always worked
until this morning.
I don't think I changed any settings in Excel. What determines whether or
not a pasted cell still refers to the original worksheet or the same cell on
the new worksheet?
Please help.
Thanks,
Colin
I copied a row or cells from one worksheet to the next, if the cell
referenced another with a fixed axis, say, as D$59, when I paste it onto
another sheet it still referred back to the cell on the original sheet. So,
after pasting, it would be:
='SheetRef'!D$59
Excel would automatically add the 'SheetRef'!
When I pasted this morning, the calculated value was wrong. When I looked at
the cell, it's because it was no longer referring back to the original
sheet. It still said D$59, now referring to D59 on the new worksheet instead
of the old one.
Specifically, on the first worksheet, cell I42 says:
=D$59*H42
and when I move it, I want it to say
='SheetRef'!D$59*H42
So the variable reference H42 changes to the new sheet, but the fixed
reference D$59 still applies to the old sheet. This is how it always worked
until this morning.
I don't think I changed any settings in Excel. What determines whether or
not a pasted cell still refers to the original worksheet or the same cell on
the new worksheet?
Please help.
Thanks,
Colin