View Single Post
  #5   Report Post  
Dave Peterson
 
Posts: n/a
Default

I think you'll need http:// to get the link to work:

=HYPERLINK("http://www."&A1&".com","Click to connect to " & A1)

(slight change to the string to show, too.)



Bernie Deitrick wrote:

=HYPERLINK("www." & A1 & ".com","Click to connect to Blooper")

HTH,
Bernie
MS Excel MVP

"eenstudent" wrote in message
...

If I have in a given cell a one-word name (e. g. "blooper"), and want to
convert that name to a url format (e. g. "www.blooper.com"), what
formula/function must I use?

Thanks in advance,

eenstudent


--
eenstudent
------------------------------------------------------------------------
eenstudent's Profile: http://www.excelforum.com/member.php...o&userid=25192
View this thread: http://www.excelforum.com/showthread...hreadid=386808


--

Dave Peterson