+ Reply to Thread
Results 1 to 3 of 3

Hyperlink Creating

  1. #1
    Registered User
    Join Date
    11-21-2011
    Location
    Phoenix AZ
    MS-Off Ver
    Excel 2010
    Posts
    2

    Question Hyperlink Creating

    I am working on a spreadsheet and want to create a hyperlink automatically based on a couple things
    1. "http://support.microsoft.com/kb/ " is the site I want to go to...
    2. I want to link it to a kb article number in a specific cell

    here's what I have so far.
    =HYPERLINK("http://support.microsoft.com/kb/,c12","Download")

    while this is correct and works.. it won't create the next cell number (in this case c12), I want it to automatically create the next when I copy and paste.
    so it even though I copy =HYPERLINK("http://support.microsoft.com/kb/,c12","Download")
    I want the next one to be =HYPERLINK("http://support.microsoft.com/kb/,c13","Download")
    and after that it should be =HYPERLINK("http://support.microsoft.com/kb/,c14","Download")
    and so on..

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Hyperlink Creating

    Welcome to the forum.

    Maybe =HYPERLINK("http://support.microsoft.com/kb/,c" & ROW(A12), "Download")
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    11-21-2011
    Location
    Phoenix AZ
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Hyperlink Creating

    I tried that, It doesn't seem to work
    I receive an error
    Unable to Open http://support.microsoft.com/kb/,c7. The internet site reports that the item you requested could not be found. (HTTP/1.0 404)
    Last edited by kmoon1968; 11-22-2011 at 11:26 AM. Reason: additional information added

+ 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