Hyperlink

anee_4285

New Member
Joined
Jul 9, 2015
Messages
27
Hello All,

Its regarding Hyperlink in Ms 2013. I have two sheets names
Sheet 1-Devices
Sheet 2-Switches

In Devices sheet, i have A1 with the some no. (ex:1010)

A
110101
210102

<colgroup><col width="64" span="2" style="width:48pt"> </colgroup><tbody>
</tbody>

In Switches sheet, I have a list of some details regarding Sheet 1 (Device)

AB
11010612
21011013
31010114
41010415
51010216
61010917
71010818
81010719
91010520
101010321
111011122

<colgroup><col width="64" span="3" style="width:48pt"> </colgroup><tbody>
</tbody>

Now my question is can we automaticly search for the hyperlink from Sheet 1 to sheet 2. Like when i click on 10101 in Sheet 1 it has to jump into sheet 2 to A3. I cant map maually becuase i have to do it 1000+ cells.

Thanks in advance.
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Hi - you could give this a try:


Excel 2012
AB
210101Click here
310102Click here
Devices
Cell Formulas
RangeFormula
B2=HYPERLINK("#Switches!A"&MATCH(A2,Switches!A:A,0),"Click here")




Excel 2012
AB
11010612
21011013
31010114
41010415
51010216
61010917
71010818
81010719
91010520
101010321
111011122
Switches
 
Upvote 0
on Sheet1 column B and copy down will create the links to Sheet2

=HYPERLINK("#'Sheet2'!" & ADDRESS(MATCH($A1, Sheet2!$A:$A, 0), 2), "Link")
 
Upvote 0
Hi - you could give this a try:

Excel 2012
AB
210101Click here
310102Click here

<colgroup><col style="width: 25pxpx"><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Devices

Worksheet Formulas
CellFormula
B2=HYPERLINK("#Switches!A"&MATCH(A2,Switches!A:A,0),"Click here")

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>




Excel 2012
AB
11010612
21011013
31010114
41010415
51010216
61010917
71010818
81010719
91010520
101010321
111011122

<colgroup><col style="width: 25pxpx"><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Switches


Thanks a lot.. its working.
 
Upvote 0

Forum statistics

Threads
1,216,082
Messages
6,128,702
Members
449,464
Latest member
againofsoul

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