+ Reply to Thread
Results 1 to 5 of 5

Text to Hyperlink

  1. #1
    Registered User
    Join Date
    01-14-2012
    Location
    Longmont, Colorado
    MS-Off Ver
    Excel 2010
    Posts
    22

    Text to Hyperlink

    I have a spreadsheet with 3 collumns:

    A = Network Share
    B = Software directory name (Adobe Acrobat, Office 2010, etc)
    C = "=HYPERLINK(A1&B1)"

    I copied the entire sheet and pasted as just "value" so that I can delete column A.
    I now want to have column A = Software directory and B = clickable link to take you to the network location

    The problem I have is that column B shows all the correct network paths and blue like it is a clickable link, but clicking does nothing.
    If I edit each one and just type a "\" at the end, or even just erase the last letter and type it again, it makes it a link.
    The problem here is that my sheet has about 2000+ entries and it would take me forever to edit them all one at a time.

    Is there a way I can tell excel to make whatever is in column B a hyperlink? I have included a small sample of the sheet I have.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: Text to Hyperlink

    =hyperlink(B1) in C1 copied down will work.

    Don't copy/paste with values if you want to retain hyperlinks.
    CC


    If you feel really indebted please consider a donation to charity. My preferred charity is ActionAid but there are plenty of worthy alternatives.

  3. #3
    Registered User
    Join Date
    01-14-2012
    Location
    Longmont, Colorado
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: Text to Hyperlink

    Quote Originally Posted by Cheeky Charlie View Post
    =hyperlink(B1) in C1 copied down will work.

    Don't copy/paste with values if you want to retain hyperlinks.
    Well, your answer puts me back the the original file with an extra column. If I start over from the start, how can I just delete column A and keep the column C data as hyperlinks? I don't want to just hide column A, and I want to see the actual text (up above) when I highlight something on column C, not just "=HYPERLINK(A1&B1)".

  4. #4
    Registered User
    Join Date
    01-14-2012
    Location
    Longmont, Colorado
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: Text to Hyperlink

    Quote Originally Posted by Cheeky Charlie View Post
    =hyperlink(B1) in C1 copied down will work.

    Don't copy/paste with values if you want to retain hyperlinks.
    Well, your answer puts me back the the original file with an extra column. If I start over from the start, how can I just delete column A and keep the column C data as hyperlinks? I don't want to just hide column A, and I want to see the actual text (up above) when I highlight something on column C, not just "=HYPERLINK(A1&B1)".

  5. #5
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Text to Hyperlink

    hello

    =HYPERLINK(B5,A5)
    & don't use & symbol between

    B5 are the links
    A5 the friendly Name

    fill down.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  6. #6
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: Text to Hyperlink

    You could use a VBA macro to generate the links using the bellow code (also see attached)

    Once the macro has generated the links you can delete any other columns you dont need.

    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by DGagnon; 02-26-2012 at 02:55 AM. Reason: added info
    If you liked my solution, please click on the Star -- to add to my reputation

    If your issue as been resolved, please clearly state so and mark the thread as [SOLVED] using the thread tools just above the first post.

  7. #7
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: Text to Hyperlink

    of if you are looking to convert to hyperlinks with out using the hyperlinks formula (same as rightclicking and selecting the hyperlink option) you could use this:

    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1