gruhnelliot
New Member
- Joined
- Jun 4, 2013
- Messages
- 14
Hello! I will make this as short as possible, I promise! I'm trying to hyperlink a list of numbers from one worksheet to another without having to do it manually.
For example, this table is in worksheet # 1.
[TABLE="width: 100"]
<tbody>[TR]
[TD]18-01[/TD]
[TD]John[/TD]
[/TR]
[TR]
[TD]18-02[/TD]
[TD]Adam[/TD]
[/TR]
[TR]
[TD]18-03[/TD]
[TD]Dave[/TD]
[/TR]
</tbody>[/TABLE]
A similar table is in worksheet # 2. It has the same numbers (18-01, 18-02, etc.) but a completely different data set.
[TABLE="width: 200"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]Jan[/TD]
[TD="align: center"]Feb[/TD]
[TD="align: center"]Mar[/TD]
[/TR]
[TR]
[TD="align: center"]18-01[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]10[/TD]
[/TR]
[TR]
[TD="align: center"]18-02[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]5[/TD]
[/TR]
</tbody>[/TABLE]
Is there a way to hyperlink these numbers
For example, this table is in worksheet # 1.
[TABLE="width: 100"]
<tbody>[TR]
[TD]18-01[/TD]
[TD]John[/TD]
[/TR]
[TR]
[TD]18-02[/TD]
[TD]Adam[/TD]
[/TR]
[TR]
[TD]18-03[/TD]
[TD]Dave[/TD]
[/TR]
</tbody>[/TABLE]
A similar table is in worksheet # 2. It has the same numbers (18-01, 18-02, etc.) but a completely different data set.
[TABLE="width: 200"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]Jan[/TD]
[TD="align: center"]Feb[/TD]
[TD="align: center"]Mar[/TD]
[/TR]
[TR]
[TD="align: center"]18-01[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]10[/TD]
[/TR]
[TR]
[TD="align: center"]18-02[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]5[/TD]
[/TR]
</tbody>[/TABLE]
Is there a way to hyperlink these numbers
Last edited: