Question about Linking cells on different sheets

zoog25

Active Member
Joined
Nov 21, 2011
Messages
418
Hello all,

This might sound like a dumb questions but i'm wondering. Is there a way to permanently link data from one sheet to another. For example on Sheet 1 Cell "E4" i have the code like "18-0400", then i will like to have sheet 2 Cell "F8" link to the data. My questions is that if say i were to data sort sheet 1 and say "E4" becomes "E37", will sheet 2 Cell "F8" update to "E37" if the value of sheet 2 cell "F8" just equals "='Tract Parcels'!E4". In this case Sheet 1 is called 'Tract Parcels'. Or is there a special code that i need to include in order to account for the change.
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Don't be afraid to try and see what happens. ;)
There are various ways to get data from a cell. Some of them will follow the cell around and some won't.
Normally however I wouldn't play with raw data - sorting, filtering etc. would be done in the resulting table.

Ref like =sheet1!E4 will link to the cell and follow it wherever it goes .
Reference like =sheet1!E:E will not.
 
Last edited:
Upvote 0
Thanks for the advice bobsan42. In this case it is just cell to cell matching. Not column or row, just one cell matches one cell on another sheet and both should stay linked.
 
Upvote 0

Forum statistics

Threads
1,214,651
Messages
6,120,744
Members
448,989
Latest member
mariah3

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