Hello all,
Trying to keep a =cell to always refer to that cell number (not the contents but the actual cell itself) even if i drag/move the contents of referenced cell. Absolute reference ($a$1 doesnt work)
For clarity;
I want Sheet2 A2 to ALWAYS reference to sheet1 A5.Even if I drag the contents of sheet1a5 or add a new row. A simple "=sheet1!a5" references it but if I drag the contents to say a6 it changes the formula to "=sheet1!a6". The exact same thing happens even with $$ added. I would think a form of "indirect" would be the trick but If I use =indirect(sheet1!A5) I get a reference error.
Any help would be greatly appreciated
Trying to keep a =cell to always refer to that cell number (not the contents but the actual cell itself) even if i drag/move the contents of referenced cell. Absolute reference ($a$1 doesnt work)
For clarity;
I want Sheet2 A2 to ALWAYS reference to sheet1 A5.Even if I drag the contents of sheet1a5 or add a new row. A simple "=sheet1!a5" references it but if I drag the contents to say a6 it changes the formula to "=sheet1!a6". The exact same thing happens even with $$ added. I would think a form of "indirect" would be the trick but If I use =indirect(sheet1!A5) I get a reference error.
Any help would be greatly appreciated