Keeping a cell reference on another sheet constant even with moving

kapadons

Board Regular
Joined
Jun 16, 2012
Messages
70
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
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Think I found the issue. For some reason you can't have a space in the name of the sheet. Had to put an underscore in there.
 
Upvote 0
You actually can. But you need to put ' in the name of the sheet so there would be no error. But if you're already okay with underscore then its all okay.
Anyway, here's a way
=INDIRECT("'Sheet 1'!A5")
 
Upvote 0

Forum statistics

Threads
1,215,457
Messages
6,124,941
Members
449,197
Latest member
k_bs

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top