Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Try B2: =HYPERLINK("http:\\www."&a1&".com","Google") Col -- colofnature ------------------------------------------------------------------------ colofnature's Profile: http://www.excelforum.com/member.php...o&userid=34356 View this thread: http://www.excelforum.com/showthread...hreadid=545512 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
B1: =Hyperlink("http://www." & a1 & ".com")
then drag fill down the column. -- regards, Tom Ogilvy "Shani" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
extract hyperlink with worksheet | Excel Worksheet Functions | |||
Need to extract hyperlink | Excel Programming | |||
Extract a hyperlink from cell value | Excel Programming | |||
How can I extract hyperlink value | Excel Discussion (Misc queries) | |||
Extract Hyperlink | Excel Programming |