recall cell value in hyperlink

  • Thread starter Thread starter bc84
  • Start date Start date
B

bc84

Thanks for taking the time to read and hopefully help me come up with a
solution...

Cell A1 = 1234

cell A2 =hyperlink("http://www.website.com/" & "A1" & ".aspx","name to
appear in speadsheet cell A2") where A1 needs to be "1234" the value of cell
A1

so the hyperlink I am wanting is "http://www.website.com/1234.aspx"

For some reason I can not get the "1234" to get in there by clicking on A1
while imputing the code.
 
no quotes around A1

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| Thanks for taking the time to read and hopefully help me come up with a
| solution...
|
| Cell A1 = 1234
|
| cell A2 =hyperlink("http://www.website.com/" & "A1" & ".aspx","name to
| appear in speadsheet cell A2") where A1 needs to be "1234" the value of cell
| A1
|
| so the hyperlink I am wanting is "http://www.website.com/1234.aspx"
|
| For some reason I can not get the "1234" to get in there by clicking on A1
| while imputing the code.
|
 
Thank you Niek. 2 hours of trying different things and bam. I could have
sworn I have tried that but it is working. thank you

ps. The link in the automated response did not work until five minutes
after I got it. Very Frustrating. If you could pass that along to the right
department. :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top