View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Brian_M[_2_] Brian_M[_2_] is offline
external usenet poster
 
Posts: 2
Default insert URL and data into cells

I have a value which corresponds to a database entry that is web-accessible.
I want to know how to combine the base url with the value in the cell, so
that the new entry in the cell is a hyperlink.

e.g. I have the value "133" in a cell.

The base url is
http://www.ncbi.nlm.nih.gov/sites/en...ene&list_uids=

The final url needs to me a combination of the two:
http://www.ncbi.nlm.nih.gov/sites/en...&list_uids=133

I'm not sure if I can do this in search-and-replace, or there is another
method.