+ Reply to Thread
Results 1 to 2 of 2

creating a hyperlink in a cell after a different input is added in that cell

  1. #1
    Banned User!
    Join Date
    05-06-2014
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    52

    creating a hyperlink in a cell after a different input is added in that cell

    i'm curious if this is possible:

    first, lets say at the bottom of my worksheet i have cells A100-A110 each containing the text of either "V1", "V2"....."V10",


    now say if i enter into a blank cell somewhere in a particular column the text "V1", is there a way to create a formula where it turns that cell into a hyperlink to the respective cell at the bottom of my worksheet? e.g. clicking on the cell that has the text "V5" in it will bring me to the cell at the bottom of the worksheet that has the text "V5" in it as well...

    any help is much appreciated...
    thanks
    Last edited by rishijain11; 05-07-2014 at 07:49 AM.

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: creating a hyperlink in a cell after a different input is added in that cell

    This VBA code can do it. To use this code, first go into your spreadsheet, hit Alt+F11.

    On the left side of the screen you'll see a little tree thingy. Double click the tab this will apply to.

    Paste this code there:

    Please Login or Register  to view this content.
    You just need to change the ranges to accommodate your needs. In my target, I'm detecting changes made to K3:K10. Change this to where you'll be typing in V1, V2, etc.

    "Sheet1!B" & WorksheetFunction.Match(Range(Target.Address), Range("B1:B27"), 0) - Change the sheet name, Column Letter, and B1:B27 for the column where you're looking for a match.


    Then just close that sheet. Now when you make any changes in your target range, it will find the match in your second range and instantly convert that cell to a hyperlink that links to the place it found it.
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

+ 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] Creating a Hyperlink based upon the (date) value of another cell.
    By bellevue in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 04-01-2015, 06:43 PM
  2. Input number which is then added to bottom of a column and cell is reset to blank
    By CFT Brian in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 10-18-2013, 03:49 PM
  3. [SOLVED] Creating a Hyperlink using only cell references
    By rfaris in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 08-07-2013, 09:40 AM
  4. Creating a hyperlink that uses specifik cell values
    By hamsjelv in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-17-2012, 12:12 PM
  5. creating hyperlink from cell data
    By Daminc in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-14-2005, 10:33 AM

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