=Hyperlink(vLookup

bpolkusm

New Member
Joined
Nov 20, 2017
Messages
14
I have a tab labeled BP Process on this tab I have a list in column A of Friendly names of hyprlinks to documents in a SharePoint List. In column B I have the full web address to that document. See image 1
On tab CV-1 in Cell D9 I have a dropdown list of the file names in column A on the BP Process Tab see image 2
I Cell D10 I am trying to put a link to the document to click on. I have the following formula. =HYPERLINK(VLOOKUP('CV-1'!D9,'CV-1'!A1:H116,2,FALSE),'CV-1'!D9)
see image 3.
When I do this I get returned N/A see image 4

I am requesting assistance on what I need to change in the formula of D10 in order to pull a clickable hyperlink based what business process is chosen in D9
1.png
2.png
3.png
 

Attachments

  • 1.png
    1.png
    105.6 KB · Views: 4

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
If links are on a different sheet you need to identify sheet in the lookup

Book1
CD
9BP Nametest3
10BP Linkwww.ryanair.com
CV-1
Cell Formulas
RangeFormula
D10D10=HYPERLINK(VLOOKUP(D9,'BP Processes'!A2:B4,2,FALSE),VLOOKUP(D9,'BP Processes'!A2:B4,2,FALSE))
Cells with Data Validation
CellAllowCriteria
D9List='BP Processes'!$A$2:$A$4


Book1
AB
1Namelink
2test1www.google.com
3test2www.delta.com
4test3www.ryanair.com
BP Processes
 
Upvote 0
If links are on a different sheet you need to identify sheet in the lookup

Book1
CD
9BP Nametest3
10BP Linkwww.ryanair.com
CV-1
Cell Formulas
RangeFormula
D10D10=HYPERLINK(VLOOKUP(D9,'BP Processes'!A2:B4,2,FALSE),VLOOKUP(D9,'BP Processes'!A2:B4,2,FALSE))
Cells with Data Validation
CellAllowCriteria
D9List='BP Processes'!$A$2:$A$4


Book1
AB
1Namelink
2test1www.google.com
3test2www.delta.com
4test3www.ryanair.com
BP Processes
Thanks so much. That help out greatly.
 
Upvote 0

Forum statistics

Threads
1,214,975
Messages
6,122,538
Members
449,088
Latest member
RandomExceller01

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