+ Reply to Thread
Results 1 to 3 of 3

Create a hyperlink with querystring from cell

  1. #1
    Marc Miller
    Guest

    Create a hyperlink with querystring from cell

    Hi all....

    I have an Excel column that contains project numbers, and I have
    Web reporting that reports on those projects. What I would like
    to do is have a column in the Excel spreadsheet that concatenates
    the URL to my web with the value of the project number column, i.e.

    A B

    Proj. # Report
    1 12-1215 http://www.myreports.com?param=(value of cell A1)
    2 12-1216 http://www.myreports.com?param=(value of cell A2)

    I can't seem to fall on the syntax.

    Any and ALL help is appreciated.

    Marc



  2. #2
    Tom Ogilvy
    Guest

    Re: Create a hyperlink with querystring from cell

    Look at the worksheet function
    =Hyperlink("http://www.myreports.com?param=(" & A1, & ")")


    if the parens aren't required, don't use them. It was your example.
    --
    Regards,
    Tom Ogilvy

    "Marc Miller" <[email protected]> wrote in message
    news:[email protected]...
    > Hi all....
    >
    > I have an Excel column that contains project numbers, and I have
    > Web reporting that reports on those projects. What I would like
    > to do is have a column in the Excel spreadsheet that concatenates
    > the URL to my web with the value of the project number column, i.e.
    >
    > A B
    >
    > Proj. # Report
    > 1 12-1215 http://www.myreports.com?param=(value of cell A1)
    > 2 12-1216 http://www.myreports.com?param=(value of cell A2)
    >
    > I can't seem to fall on the syntax.
    >
    > Any and ALL help is appreciated.
    >
    > Marc
    >
    >




  3. #3
    Marc Miller
    Guest

    Re: Create a hyperlink with querystring from cell

    Tom,

    Thank you, thank you, thank you! It works seamlessly!

    Marc


    "Tom Ogilvy" <[email protected]> wrote in message
    news:%[email protected]...
    > Look at the worksheet function
    > =Hyperlink("http://www.myreports.com?param=(" & A1, & ")")
    >
    >
    > if the parens aren't required, don't use them. It was your example.
    > --
    > Regards,
    > Tom Ogilvy
    >
    > "Marc Miller" <[email protected]> wrote in message
    > news:[email protected]...
    >> Hi all....
    >>
    >> I have an Excel column that contains project numbers, and I have
    >> Web reporting that reports on those projects. What I would like
    >> to do is have a column in the Excel spreadsheet that concatenates
    >> the URL to my web with the value of the project number column, i.e.
    >>
    >> A B
    >>
    >> Proj. # Report
    >> 1 12-1215 http://www.myreports.com?param=(value of cell A1)
    >> 2 12-1216 http://www.myreports.com?param=(value of cell A2)
    >>
    >> I can't seem to fall on the syntax.
    >>
    >> Any and ALL help is appreciated.
    >>
    >> Marc
    >>
    >>

    >
    >




+ 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