Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Mariano922
 
Posts: n/a
Default hyperlink with vlookup

=HYPERLINK[=vlookup(a2;CARATULAS!$A$4:$D$146;4;0)]

I´ve got to create an hyperlink that (according to a value in the same row)
takes me to the same value in another worksheet.

Please help me!-
Thanks
  #2   Report Post  
Max
 
Posts: n/a
Default

One play which could do this ..

Link to a sample file at:
http://www.savefile.com/files/6398176
File: AutoHyperlink_Mariano922_wksht.xls

Assume you have this set-up
In Sheet1, cols A & B, data from row2 down
------------
Prod# UnitPrice
1111 10
1112 20
1113 30
1114 40
1115 50
etc

In CARATULAS
--------
Prod# are listed in col A &
BulkPrice in col D (col D is the lookup col),
with data from row4 down

Prod# BulkPrice
1114 1
1115 2
1113 3
1111 4
1112 5
etc

Product #s above are intentionally scrambled to be different from the order
in Sheet1. This is for illustration purposes when we check that clicking on
the hyperlinks created does jump to the correct cells in Sheet2.

In Sheet1
---------
Put a label in C1, say: BulkPrice hyperlink
Put in C2:
=HYPERLINK("#"&CELL("address",
INDIRECT("'CARATULAS'!D"&MATCH(A2,CARATULAS!A:A,0) )),A2)
Copy C2 down

This will create hyperlinks in C2, C3, etc using the product #s in col A as
the friendly names. And when you click on the hyperlinks, they'll bring you
to the correct lookup cell in col D in CARATULAS

Adapt to suit ..
(change also the commas to semicolons
to suit your Excel's language)
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
"Mariano922" wrote in message
...
=HYPERLINK[=vlookup(a2;CARATULAS!$A$4:$D$146;4;0)]
I´ve got to create an hyperlink that (according to
a value in the same row)
takes me to the same value in another worksheet.
Please help me!-
Thanks



  #3   Report Post  
Max
 
Posts: n/a
Default

Think
BulkPrice in col D (col D is the lookup col),


reads better as:
BulkPrice in col D (col D is the return col),


The value in col D is where you want the hyperlink to jump to
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--


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
vlookup hyperlink AWS Excel Discussion (Misc queries) 2 September 20th 05 05:51 PM
VLOOKUP Limitations chris_manning Excel Worksheet Functions 2 August 9th 05 06:23 PM
DropDown with VLOOKUP & HYPERLINK thom hoyle Excel Worksheet Functions 1 January 29th 05 05:06 AM
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM
carrying a hyper link when using the vlookup function mike Excel Worksheet Functions 1 November 19th 04 03:49 AM


All times are GMT +1. The time now is 11:49 PM.

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"