hi, i have 1 workbook with 2 tabs - on Sheet 1 i need to hyperlink the column COLOR to Sheet 2 with vlookup function.
i've tried this but doesn't work. =HYPERLINK(VLOOKUP(B2,'SHEET 2'!A1:B3,2,0)
please help me with this. i will need to key in the formula in Sheet 1 B2, and when click on B2, it brings me to Sheet 2 A2, and in Sheet 1 B2, it will display as Sheet 2 A2 name.
Sheet1
[TABLE="class: grid, width: 400, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]FRUIT[/TD]
[TD]COLOR[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]APPLE[/TD]
[TD]RED[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]LEMON[/TD]
[TD]YELLOW[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2
[TABLE="class: grid, width: 400, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]COLOR[/TD]
[TD]DETAILS[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]RED[/TD]
[TD]SWEET[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]YELLOW[/TD]
[TD]SOUR[/TD]
[/TR]
</tbody>[/TABLE]
i've tried this but doesn't work. =HYPERLINK(VLOOKUP(B2,'SHEET 2'!A1:B3,2,0)
please help me with this. i will need to key in the formula in Sheet 1 B2, and when click on B2, it brings me to Sheet 2 A2, and in Sheet 1 B2, it will display as Sheet 2 A2 name.
Sheet1
[TABLE="class: grid, width: 400, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]FRUIT[/TD]
[TD]COLOR[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]APPLE[/TD]
[TD]RED[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]LEMON[/TD]
[TD]YELLOW[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2
[TABLE="class: grid, width: 400, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]COLOR[/TD]
[TD]DETAILS[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]RED[/TD]
[TD]SWEET[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]YELLOW[/TD]
[TD]SOUR[/TD]
[/TR]
</tbody>[/TABLE]