Dynamic Hyperlink ?

atxdood

New Member
Joined
Sep 4, 2016
Messages
2
Hi all,

I'm hoping someone can show me how to write a formula that will generate a hyperlink based on a cell value.

The links pertain to websites about a specific stock. For example, a link to the Company Profile of Apple (AAPL) is:

http://finance.yahoo.com/quote/AAPL/profile?p=AAPL

There are a bunch of different links I have that I would like to update when I type in a different ticker/symbol in another cell. For example, lets say my input cell is B2

I don't know the exact syntax and the following doesn't work but it kind of illustrates my objective:

http://finance.yahoo.com/quote/B2/profile?p=B2

If anyone can show me the formula or structure to use that would be awesome!!
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Welcome to the MrExcel board!

With your stock code in B2, in another cell try

=HYPERLINK("http://finance.yahoo.com/quote/"&B2&"/profile?p="&B2)
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,930
Members
449,094
Latest member
teemeren

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