Hi all;
I have been going through multiple examples on the web over the week trying to get this working to no avail.. Throwing in the towel and asking for some help!
Here's what I am looking for:
Select a stock ticker (and its region) to display a specific chart. It would look like something like this:
I have these two (2) issues:
1) Can't (even) HYPERLINK, CONCATENATE to get a link Excel recognizes. I tried the followings:
a) =HYPERLINK(CONCATENATE(D5,$D$2,D6,$D$3,D7))
b) =HYPERLINK("Stockwatch"
&$D$2
&"®ion="
&$D$3
&"&d1=20190819&d2=20191218&per=d&npdivs=20&width=830&priceheight=400&ptype=candle&indheight=100&log=F&ind1=none&ind2=none&ind3=vol&ind1p1=12&ind1p2=26&ind1p3=9"
&"&ind2p1=12&ind2p2=25&ind2p3=50&ind3p1=12&ind3p2=25&ind3p3=50&pov1=mae&pov2=mae&pov3=mas&pov1p1=50&pov1p2=&pov2p1=8&pov2p2=&pov3p1=20&pov3p2=&newsInd=T")
(note: last part was split in 2 to avoid the 255 characters limit).
Both options return to: #VALUE!
Whole link for the current chart is: https://www.stockwatch.com/Chart/Hi...&pov2p1=8&pov2p2=&pov3p1=20&pov3p2=&newsInd=T
2) Displaying the image
I have read that a VBA code would be required to achieve such display. Is this true? If so, would anyone have any idea what this code could look like? I mostly have no experience in coding.
Thanks.
Wishing you all the peace and joy in this Holidays Season.
I have been going through multiple examples on the web over the week trying to get this working to no avail.. Throwing in the towel and asking for some help!
Here's what I am looking for:
Select a stock ticker (and its region) to display a specific chart. It would look like something like this:
I have these two (2) issues:
1) Can't (even) HYPERLINK, CONCATENATE to get a link Excel recognizes. I tried the followings:
a) =HYPERLINK(CONCATENATE(D5,$D$2,D6,$D$3,D7))
b) =HYPERLINK("Stockwatch"
&$D$2
&"®ion="
&$D$3
&"&d1=20190819&d2=20191218&per=d&npdivs=20&width=830&priceheight=400&ptype=candle&indheight=100&log=F&ind1=none&ind2=none&ind3=vol&ind1p1=12&ind1p2=26&ind1p3=9"
&"&ind2p1=12&ind2p2=25&ind2p3=50&ind3p1=12&ind3p2=25&ind3p3=50&pov1=mae&pov2=mae&pov3=mas&pov1p1=50&pov1p2=&pov2p1=8&pov2p2=&pov3p1=20&pov3p2=&newsInd=T")
(note: last part was split in 2 to avoid the 255 characters limit).
Both options return to: #VALUE!
Whole link for the current chart is: https://www.stockwatch.com/Chart/Hi...&pov2p1=8&pov2p2=&pov3p1=20&pov3p2=&newsInd=T
2) Displaying the image
I have read that a VBA code would be required to achieve such display. Is this true? If so, would anyone have any idea what this code could look like? I mostly have no experience in coding.
Thanks.
Wishing you all the peace and joy in this Holidays Season.