SantasLittleHelper
Board Regular
- Joined
- Nov 25, 2016
- Messages
- 77
I have a list on a sheet with lots of different names of organisations.
E.g.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Cell Value[/TD]
[TD]Cell[/TD]
[/TR]
[TR]
[TD]ORGANISATION 1[/TD]
[TD]A1[/TD]
[/TR]
[TR]
[TD]ORGANISATION 2[/TD]
[TD]A2[/TD]
[/TR]
[TR]
[TD]ORGANISATION 3[/TD]
[TD]A3[/TD]
[/TR]
</tbody>[/TABLE]
Is it possible to have a hyperlink so that when the user clicks on the Cell Value, it takes them to a different sheet within the workbook where the cell value is the same?
E.g. User Clicks on 'ORGANISATION 1' (A1) in Sheet1 which takes them to the cell containing 'ORGANISATION 1' (B1) in Sheet 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Cell Value[/TD]
[TD]Cell[/TD]
[/TR]
[TR]
[TD]ORGANISATION 1[/TD]
[TD]B1[/TD]
[/TR]
[TR]
[TD]ORGANISATION 2[/TD]
[TD]B2[/TD]
[/TR]
[TR]
[TD]ORGANISATION 3[/TD]
[TD]B3[/TD]
[/TR]
</tbody>[/TABLE]
E.g.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Cell Value[/TD]
[TD]Cell[/TD]
[/TR]
[TR]
[TD]ORGANISATION 1[/TD]
[TD]A1[/TD]
[/TR]
[TR]
[TD]ORGANISATION 2[/TD]
[TD]A2[/TD]
[/TR]
[TR]
[TD]ORGANISATION 3[/TD]
[TD]A3[/TD]
[/TR]
</tbody>[/TABLE]
Is it possible to have a hyperlink so that when the user clicks on the Cell Value, it takes them to a different sheet within the workbook where the cell value is the same?
E.g. User Clicks on 'ORGANISATION 1' (A1) in Sheet1 which takes them to the cell containing 'ORGANISATION 1' (B1) in Sheet 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Cell Value[/TD]
[TD]Cell[/TD]
[/TR]
[TR]
[TD]ORGANISATION 1[/TD]
[TD]B1[/TD]
[/TR]
[TR]
[TD]ORGANISATION 2[/TD]
[TD]B2[/TD]
[/TR]
[TR]
[TD]ORGANISATION 3[/TD]
[TD]B3[/TD]
[/TR]
</tbody>[/TABLE]