Forum Discussion
How to link data header or some cell to navigate to graph of same data in another sheet ?
I have 2 sheets in the attached excel as an example, in that sheet 1 i have data for graph & in sheet 2 i have the graphs, which is the similar scenario in a file i am working on, so I want to link these data headers to graph, ie. in sheet 1, "Chart 1" or cell "B1" to the graph "Chart 1" in sheet 2. Either it can be with VBA or some other option.
Or is there any better way to do this? open for all ideas.
I cant have the graph & data in same sheet since it a long data, i.e. year long data (in column) with multiple lines (in row).
Appreciate all help.
If I understand this correctly, you're looking to create a quick way to navigate from source data to chart?
For example, click "Chart 1" in B1 and it takes you to Chart 1?
This is possible with defined names and hyperlinks. A potential drawback is this system of navigation does not scroll, it merely takes you to the address defined in a given named item. Also, with this sample workbook the charts are close together so the navigation is not as apparent as it might be if things were spaced out a bit more.
7 Replies
- Patrick2788Silver Contributor
If I understand this correctly, you're looking to create a quick way to navigate from source data to chart?
For example, click "Chart 1" in B1 and it takes you to Chart 1?
This is possible with defined names and hyperlinks. A potential drawback is this system of navigation does not scroll, it merely takes you to the address defined in a given named item. Also, with this sample workbook the charts are close together so the navigation is not as apparent as it might be if things were spaced out a bit more.
- arunrjBrass ContributorThanks Patrick, this will work. I think adjusting the length & width of cells could solve the scrolling problem, since it takes to the cell reference directly.
- arunrjBrass Contributormsexcel, HotCakeX, SergeiBaklan, Patrick2788, Riny_van_Eekelen could anyone please help with the query ??
- Riny_van_EekelenPlatinum Contributor
- arunrjBrass ContributorActually I am not able to find any difference in the file, could you please mention what you have done ?