Making all cells in a column links?

  • Thread starter Thread starter Paul1
  • Start date Start date
Is there a way to make it just display the number and not the entire
URL?
 
So how do I put the number into the cell? When I try putting that
function/code into the same cell as the number, Excel corrects it and
makes it this:

=IF(A1="","",HYPERLINK("http://www.site.com/page.html?query=" &
A1,A1))*123456

That cell still shows 0 in it.
However, if I put it in front of the equal sign, it doesn't work
(obviously because the equal sign needs to come first).
 
If I am understanding right. The formula goes in column B and the number
123456 goes in column A. Have you tried this.
 
The number goes into one cell (say A1) and the formula goes into a different
cell (say B1).
 
Can it go in the same place? It will put the same number into two place
this way. Thanks for all the help thus far, btw
 

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