Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default vlookup inside a hyperlink

Hi all
I have a formula in a cell which returns a value taken from another
worksheet. Is it possible to put a hyperlink against this cell so that when
the user clicks on the cell it will jump to the cell in the other worksheet
where the value comes from? I was thinking something along the lines of
=hyperlink(vlookup......)

Any help much appreciated.

--
arecey
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default vlookup inside a hyperlink

Try this sample from my archives which illustrates one way:
http://savefile.com/files/1068062
Hyperlink matching name in another sht.xls

The example construct:
In sheet: contact master,
Assume names are listed in A2:A10

In B2:
=IF(A2="","",IF(ISNA(MATCH(A2,'master
schedule'!A:A,0)),"",HYPERLINK("#"&CELL("address", INDIRECT("'master
schedule'!A"&MATCH(A2,'master schedule'!A:A,0))),A2)))
Copy B2 down to B10. The above creates hyperlinks in col B which when
clicked, jumps to the matched name in sheet: master schedule's col A (names
there can be in scrambled order)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"arecey" wrote:
Hi all
I have a formula in a cell which returns a value taken from another
worksheet. Is it possible to put a hyperlink against this cell so that when
the user clicks on the cell it will jump to the cell in the other worksheet
where the value comes from? I was thinking something along the lines of
=hyperlink(vlookup......)

Any help much appreciated.

--
arecey

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Indirect inside a vlookup Diggsy Excel Worksheet Functions 3 March 10th 08 03:33 PM
Multiple Hyperlink inside the Text boxt? Anand vijay New Users to Excel 2 January 7th 07 11:56 AM
Anyone know how to create a hyperlink inside an Excel pie chart? HyperChart Charts and Charting in Excel 2 February 6th 06 03:56 PM
Using Concatenate inside a vlookup bmclean Excel Worksheet Functions 3 July 5th 05 09:29 PM
creating hyperlink inside oval with text in it Todd F. Excel Discussion (Misc queries) 1 May 9th 05 04:44 PM


All times are GMT +1. The time now is 02:06 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"