+ Reply to Thread
Results 1 to 3 of 3

How do I nest hyperlinks?

  1. #1
    Tobias
    Guest

    How do I nest hyperlinks?

    I want to set up a formula (e.g. in cell A10) that will allow users to have
    an automatic link to a relevant website depending upon their input in
    previous cells (e.g. cell A2) I assume that this would be done by using the
    IF command.
    I have set up hyperlinks in other cells (e.g. A20, A21, A22 etc)

    The formula I have tried in cell A10 looks like =IF(A2=1,A20,IF(A2=2,A21)) etc
    But the answer returned is not a link to the website but the name of the link.

    Is there a special format for typing hyperlinks into formula?


  2. #2
    JON JON
    Guest

    Re: How do I nest hyperlinks?

    Try

    =HYPERLINK(INDEX(A20:A30,A10,1),INDEX(A20:A30,A10,1))

    "Tobias" <[email protected]> wrote in message
    news:[email protected]...
    >I want to set up a formula (e.g. in cell A10) that will allow users to have
    > an automatic link to a relevant website depending upon their input in
    > previous cells (e.g. cell A2) I assume that this would be done by using
    > the
    > IF command.
    > I have set up hyperlinks in other cells (e.g. A20, A21, A22 etc)
    >
    > The formula I have tried in cell A10 looks like =IF(A2=1,A20,IF(A2=2,A21))
    > etc
    > But the answer returned is not a link to the website but the name of the
    > link.
    >
    > Is there a special format for typing hyperlinks into formula?
    >




  3. #3
    JON JON
    Guest

    Re: How do I nest hyperlinks?

    Try

    =HYPERLINK(INDEX(A20:A30,A10,1),INDEX(A20:A30,A10,1))

    "Tobias" <[email protected]> wrote in message
    news:[email protected]...
    >I want to set up a formula (e.g. in cell A10) that will allow users to have
    > an automatic link to a relevant website depending upon their input in
    > previous cells (e.g. cell A2) I assume that this would be done by using
    > the
    > IF command.
    > I have set up hyperlinks in other cells (e.g. A20, A21, A22 etc)
    >
    > The formula I have tried in cell A10 looks like =IF(A2=1,A20,IF(A2=2,A21))
    > etc
    > But the answer returned is not a link to the website but the name of the
    > link.
    >
    > Is there a special format for typing hyperlinks into formula?
    >





+ 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