Hyper links from VLOOKUP

davygryan

Board Regular
Joined
May 26, 2010
Messages
150
I have a spreadshhet that I am using VLOOKUPs to pull data from.

In some cases the VLOOKUP will be selecting a Hyperlinked cell. Is there any way that the returned cell can reference the hyperlink from the original cell
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
If you wish to use VLOOKUP to return hyperlinks then this formula works (just input your usual vlookup formula in both sections shown as "..." below.

Code:
=HYPERLINK("mailto:"&VLOOKUP(...),VLOOKUP(...))

:)
 
Upvote 0
If you wish to use VLOOKUP to return hyperlinks then this formula works (just input your usual vlookup formula in both sections shown as "..." below.

Code:
=HYPERLINK("mailto:"&VLOOKUP(...),VLOOKUP(...))

:)

Hi there thanks for the help.

When I include this formula it opens a new email with the file I am trying to Hyperlink being the "TO" on the email.

Is there any way to link and open the particular file
 
Upvote 0
The VLOOKUP formula returns the text for the hyperlinked cell correctly but when I click on the link it opens a new email.
 
Upvote 0
They are actually files that are saved to a local drive.
Is it possible to do this?

What sort of files are they and what drive are they saved to?

If the links that you are looking up gives the full file name/directory, then use...

=hyperlink(vlookup(...))
 
Last edited:
Upvote 0
What sort of files are they and what drive are they saved to?

If the links that you are looking up gives the full file name/directory, then use...

=hyperlink(vlookup(...))

These are pdf files that are saved to our local network drive.

The original Link is on one worksheet (worksheet 2) and I am setting up a search type sheet on another worksheet (worksheet 1). When I put in a name in Worksheet 1 that corresponds to a name in Worksheet 2 it returns all of the associated line items related to that name.

One of these line items is a link that I was hoping would be accessable on Worksheet 1 too
 
Upvote 0

Forum statistics

Threads
1,224,607
Messages
6,179,871
Members
452,948
Latest member
UsmanAli786

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top