Column Text

L

lindakz

I have a column of links to various web pages. How would I change the
whole column to show the words 'Click here" instead of showing the
link for each cell? Is there a formula?
Thanks in advance!!
 
D

Dave Peterson

Depending on what that other cell contained, I'd use a formula in an adjacent
cell that looked like this:

=hyperlink(A1,"Click here")
or
=hyperlink("http://"&A1,"Click here")

But I could only use this if the link actually appeared in the cell.
 

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

Top