Linked Cell Question

cfree36

Board Regular
Joined
Oct 5, 2005
Messages
175
I have a data table on Sheet1

On Sheet2 cells are linked to the table on Sheet1 using =Sheet1!A12 etc...

The problem I have is when a row is deleted from Sheet1 the formula on Sheet2 returns a reference. =Sheet1!#REF!

Is there a simple way to link the cell so it will always show what is in cell A12 no matter if rows or columns are deleted?

I know there are methods such as lookups, but I would think there would be another way... where the linked reference would not change?

Any thoughts?
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Some variation of lookup or index really would be best. Post some sample data so we can help further.
 
Upvote 0
Could use indirect function. If cell B10 on Sheet 2 must always equal Cell B10 in Sheet 1, even if a row on Sheet 1 is deleted, then type "B10" into A10 of Sheet 2. Formula for B10 is '=INDIRECT("Sheet1!"&A2)'
 
Upvote 0

Forum statistics

Threads
1,214,832
Messages
6,121,847
Members
449,051
Latest member
excelquestion515

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