Consulting

Results 1 to 3 of 3

Thread: Hyperlinks and Cell references

  1. #1

    Hyperlinks and Cell references

    I've got one column that lists different URLs and one column that has the name of where that URL goes. Is there a way for me to have the hyperlink for the the named column to use the URL in the URL column.

    Example: Title is in A1 URL is in B1

    Hyperlink address: =B1
    *I tried this and didn't have any luck but would like the hyperlink to function that way.

    Thanks!

  2. #2
    VBAX Expert CatDaddy's Avatar
    Joined
    Jun 2011
    Posts
    581
    Location
    try =HYPERLINK(B1)
    ------------------------------------------------
    Happy Coding my friends

  3. #3

    Hyperlinks and Cell references [SOLVED]

    I wasn't utilizing the whole Hyperlink function. If you use =hyperlink(URL Cell,Use friendly cell reference here) it will display the name or text you choose as the "friendly name"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •