![]() |
hyperlinks
How can I set a range of cells to be hyperlinks to what's in the cell?
I have a range that concatenates two cells and I want the results in that cell to open a web page. ie cell A1 "baseball" cell A2 ="http://sportsillustrated.cnn.com/"&A1 Would like to click on A2 and have it go to link http://sportsillustrated.cnn.com/baseball |
hyperlinks
=HYPERLINK("http://sportsillustrated.cnn.com/baseball",A1) -- Jim Cone Portland, Oregon USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) "Donll8" wrote in message How can I set a range of cells to be hyperlinks to what's in the cell? I have a range that concatenates two cells and I want the results in that cell to open a web page. ie cell A1 "baseball" cell A2 ="http://sportsillustrated.cnn.com/"&A1 Would like to click on A2 and have it go to link http://sportsillustrated.cnn.com/baseball |
hyperlinks
Even more flexibility. Use
=HYPERLINK(A2)&A1 a1=baseball a2=http://sportsillustrated.cnn.com/ -- Don Guillett Microsoft MVP Excel SalesAid Software "Donll8" wrote in message ... How can I set a range of cells to be hyperlinks to what's in the cell? I have a range that concatenates two cells and I want the results in that cell to open a web page. ie cell A1 "baseball" cell A2 ="http://sportsillustrated.cnn.com/"&A1 Would like to click on A2 and have it go to link http://sportsillustrated.cnn.com/baseball |
hyperlinks
Thanks to both, works exactly as I want it to. Next time I'll try and have
something a little more challenging for you. "Jim Cone" wrote: =HYPERLINK("http://sportsillustrated.cnn.com/baseball",A1) -- Jim Cone Portland, Oregon USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) "Donll8" wrote in message How can I set a range of cells to be hyperlinks to what's in the cell? I have a range that concatenates two cells and I want the results in that cell to open a web page. ie cell A1 "baseball" cell A2 ="http://sportsillustrated.cnn.com/"&A1 Would like to click on A2 and have it go to link http://sportsillustrated.cnn.com/baseball |
All times are GMT +1. The time now is 11:01 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com