View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default PLease Help..Neeed Hyperlinks from cell values

try
=HYPERLINK("http://www."&a1&".com")


--
Don Guillett
SalesAid Software

"Shani" wrote in message
oups.com...
I have a column with links but would like to create a new column with
the urls they are point ting to

for example
A1=google but the hyperlink is
www.google.com
I would like B1=www.google.com

A2=yahoo but the hyperlink is www.yahoo.com
I would like B2=www.yahoo.com