Link certain columns between two sheets

naeco

New Member
Joined
Feb 16, 2011
Messages
10
Hello,

I have a list with hyperlink for each content. I'd like to link 2 columns to a new sheet for a different purpose. How do I set it up so that when I update one list (i.e: insert new content, add new hyper link...), the other will get updated as well?

Thanks in advance !
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Hi Robert,
Let's say we have columns Order, Code, Name, Date, Number of pages... as I'm collecting financial reports from companies. On sheet1, I enter quarterly reports. On sheet2, I enter annual reports. The columns I'd like to keep updated on both sheets are Order, Code and Name. Othet columns will get its proper inputs. Entries in Code and Name will have hyper links to company website and profile. The list is likely to increase when the number of companies grows. I'd like both sheets to get update when I add new company or new link (to existing company) to either sheet. In other word, I'd like both sheets to share data of three columns Order, Code and Name.
I hope that the example is clear enough as English is not my native language.
 
Upvote 0
naeco,
To update both sheets at the same time you wil have to have some VBA code, as you can not have data link to another cell and at the same time enter data into it.
Unfortnatell my programing skill is not good enough fot this task.

Alternativly you can use Sheet3 as a Master sheet and then have link Sheet 1 and 2 to this sheet.
 
Upvote 0
Using a sheet as Master sheet is fine as well if that can do the job. I'd be greatly grateful if you could show me how.
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,277
Members
452,902
Latest member
Knuddeluff

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