+ Reply to Thread
Results 1 to 4 of 4

creating a link to a specific character string

  1. #1
    Registered User
    Join Date
    02-08-2013
    Location
    Tulsa, OK
    MS-Off Ver
    Excel 2010
    Posts
    25

    creating a link to a specific character string

    I want to embed a link on one page to a specific character string on another sheet. I can't reference a cell number because it changes. Is this possible?

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

    Re: creating a link to a specific character string

    Why does the cell address change? Is it due to insertions and deletions, or does it just move around to random places?

    It sounds like this requires a macro. If you provide more detail and attach a file we can suggest a solution. The paper clip icon does not work for attachments. Instead, under the text box where you type your reply click the Go Advanced button. On the next screen scroll down and click on Manage Attachments, which will show a pop-up window to Select and Upload a file. Then close the window.
    Jeff
    | | |·| |·| |·| |·| | |:| | |·| |·|
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Forum Expert
    Join Date
    10-02-2014
    Location
    USA
    MS-Off Ver
    2016
    Posts
    1,222

    Re: creating a link to a specific character string

    Hypothetically yes, can you post a sample file?

    Off the top of my head, and presuming the sting you want to link to is in a single cell and unique to that sheet, I would create a lookup to get the cell the string is in and pass it to the INDIRECT function which turns the string to a reference. That should effectively be equivlent to doing something like "=A1" but A1 would be dynamically formed using a lookup on your string.
    Ways to get help: Post clear questions, explain your overall goal, supply as much background as possible, respond to questions asked of you by those trying to help and post sample(s) files.

    "I am here to help, not do it for people" -Me

  4. #4
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,885

    Re: creating a link to a specific character string

    Need a bit more detail. Is the value unique in the sheet (link destination)? And is it going to be in specific row/column?

    If yes to both. It can be done using following construct
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    "#" is needed to hyperlink with cell in a same workbook.

    If you need 2d lookup, you'll need additional criteria to find the column index# and use R1C1 style formula using indirect.

    If you need further help, please upload sample workbook.
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Extracting string between two specific delimiters among many of the same character.
    By DaniLucas in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-18-2016, 12:48 PM
  2. [SOLVED] Retrieving String after specific character
    By TicklyTigger in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-20-2016, 10:08 AM
  3. [SOLVED] SAMPLE - Extract no. from string after before Specific Character
    By Ram_G in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-25-2016, 01:44 AM
  4. [SOLVED] deleting a specific character in a string
    By FieldHaven in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-10-2014, 12:18 PM
  5. Sorting Specific Character String in Column
    By ian.cathey in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-16-2010, 05:08 PM
  6. Replies: 3
    Last Post: 04-17-2010, 05:02 AM
  7. Editing a specific character within a string in a cell?
    By drdavidge in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-10-2010, 01:56 PM

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