+ Reply to Thread
Results 1 to 2 of 2

How do I insert the value of a cell into a Hyperlink

  1. #1
    CW2 James Reed
    Guest

    How do I insert the value of a cell into a Hyperlink

    I'm using the formula:
    =HYPERLINK("http://ngmia026180-003/viewItem&id=!A3", "View Ticket")

    The number 13149 is actually in cell A3, so I want the link to be
    interpreted as:
    =HYPERLINK("http://ngmia026180-003/viewItem&id=13149", "View Ticket")

    If I put in A3 or !A3 in the formula the link is actually interpreted as
    "http://ngmia026180-003/viewItem&id=!A3"

    I want the number 13149 to show up in the link instaed of the A3. How can
    I pull the Value in cell A3 and insert it into the Hyperlink ? This is a
    massive spreadsheet so I don't want to manually create these hyperlinks for
    every ticket. I want a formula so I can copy and paste it.

  2. #2
    Ardus Petus
    Guest

    Re: How do I insert the value of a cell into a Hyperlink

    =HYPERLINK("http://ngmia026180-003/viewItem&id=" & A3, "View Ticket")

    HTH
    --
    AP


    "CW2 James Reed" <CW2 James [email protected]> a écrit dans le
    message de news:[email protected]...
    > I'm using the formula:
    > =HYPERLINK("http://ngmia026180-003/viewItem&id=!A3", "View Ticket")
    >
    > The number 13149 is actually in cell A3, so I want the link to be
    > interpreted as:
    > =HYPERLINK("http://ngmia026180-003/viewItem&id=13149", "View Ticket")
    >
    > If I put in A3 or !A3 in the formula the link is actually interpreted as
    > "http://ngmia026180-003/viewItem&id=!A3"
    >
    > I want the number 13149 to show up in the link instaed of the A3. How

    can
    > I pull the Value in cell A3 and insert it into the Hyperlink ? This is a
    > massive spreadsheet so I don't want to manually create these hyperlinks

    for
    > every ticket. I want a formula so I can copy and paste it.




+ 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