How do I make hyperlinks?

J

johnnstacy

I have one coulumn that has the url. I have another column that has the
name I want to hyperlink to. In the end, I want a columm that has the
name made into a hyperlink. Please help. I'm going crazy!
 
C

ChuckF

The cell where you want your hyperlink to appear right click and hit
Hyperlink. On the top you will see a dialog box that says "Text to
display" enter what you want the link to say, then on the bottom where
it says "address" that's where you want the link to go, url or internal
link to another document.

You can also use the buttons on the left to take the cursor to a
particular cell (Place in this document) and all kinds of other fun
things.

Anyway...hth
 
J

johnnstacy

That is great. Problem is, I have about 30,000 lines to do. That migh
take a while to write each one. I'm looking for a formula that wil
combine the text in one column with the url in another and then dra
that formula down through the 30,000 lines
 
J

johnnstacy

I'm thinking that it will need perhaps some variation of one of the
below formulas:

=hyperlink(concatenate("b12785,Q12785))

=hyperlink (B12785,Q12785)

But I haven't got it to work yet.
 
Top