Automating hyperlink creation

  • Thread starter Thread starter Steve Williams
  • Start date Start date
Try this:
=HYPERLINK("http://www.testsite.com/pdf's/"&A1&".pdf",FriendlyName) ,
where FriendlyName is a reference to the text you want displayed in
the HyperLink cell.
hth,
ScottO


| I have one column with file names. The web addresses for all of
these files
| are the same with the exception of the file name itself. How can I
automate
| creating hyperlinks in a different column for these files?
|
| Column A - 123456789 - 987654321
| Column B - http://www.testsite.com/pdf's/123456789.pdf -
| http://www.testsite.com/pdf's/987654321.pdf
|
| Steve Williams
|
|
 

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