B
Brian_M
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/entrez?cmd=retrieve&db=gene&list_uids=
The final url needs to me a combination of the two:
http://www.ncbi.nlm.nih.gov/sites/entrez?cmd=retrieve&db=gene&list_uids=133
I'm not sure if I can do this in search-and-replace, or there is another
method.
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/entrez?cmd=retrieve&db=gene&list_uids=
The final url needs to me a combination of the two:
http://www.ncbi.nlm.nih.gov/sites/entrez?cmd=retrieve&db=gene&list_uids=133
I'm not sure if I can do this in search-and-replace, or there is another
method.