+ Reply to Thread
Results 1 to 3 of 3

Hyperlink Domain Appending

  1. #1
    Registered User
    Join Date
    12-09-2010
    Location
    TX, USA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Question Hyperlink Domain Appending

    I am trying to make hyperlinks out of multiple cells or even hardcoding the domain name and appending the cell content to it.

    Example:
    =hyperlink("[http://www.domain.com]+A1+B1",C1)
    =hyperlink("A1+B1+C1",D1)

    I don't know if this is possible, but I am not that familiar with all of the formatting options available as I don't use Excel that often.

    Any ideas on how I can make this work?
    Last edited by altrae; 12-09-2010 at 01:20 PM. Reason: Problem Solved.

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,792

    Re: Hyperlink Domain Appending

    I think you want this

    Please Login or Register  to view this content.

    Here are the problems with your example:

    Use "&" to concatenate strings. "+" is for addition only.

    If you put cell references inside quotes, they are going to be interpreted as a string.

    I don't know what you're trying to do with the [brackets] but they shouldn't be there.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    12-09-2010
    Location
    TX, USA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Hyperlink Domain Appending

    Quote Originally Posted by 6StringJazzer View Post
    I think you want this

    Please Login or Register  to view this content.

    Here are the problems with your example:

    Use "&" to concatenate strings. "+" is for addition only.

    If you put cell references inside quotes, they are going to be interpreted as a string.

    I don't know what you're trying to do with the [brackets] but they shouldn't be there.
    That was exactly what I was looking for. Thank you!

    The brackets were only being used because of some examples I found here: http://office.microsoft.com/en-us/ex...010096304.aspx

    Obviously I didn't quite understand the formatting.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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