+ Reply to Thread
Results 1 to 3 of 3

Hyperlinking back to cell with matching data

  1. #1
    Registered User
    Join Date
    06-19-2012
    Location
    Michigan
    MS-Off Ver
    Excel 2016
    Posts
    97

    Hyperlinking back to cell with matching data

    Hey Guys,

    On the attached workbook, the "Vendor" dropdown list on the "Data Entry" sheet is dynamically populated by the "Company Name" column on the "Vendor Info" sheet.

    When you hit the "Record Data" button, it transfers everything over to the "Records" sheet.

    Is there a way to make the "Vendor" text that gets transferred over to the "Records" sheet hyperlink to the corresponding row for that company on the "Vendor Info" sheet through VBA?
    Last edited by mattmc419; 10-12-2013 at 03:53 PM.

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Hyperlinking back to cell with matching data

    In S9 Celll of Vendor Info Sheet

    =IFERROR(HYPERLINK("#Records!A"&MATCH(A9,Records!A:A,0),"Go"),"")

    Drag it down..


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    06-19-2012
    Location
    Michigan
    MS-Off Ver
    Excel 2016
    Posts
    97

    Re: Hyperlinking back to cell with matching data

    Thanks,

    I really want the hyperlink to be in the "Vendor" column on the Records sheet, and link to the appropriate Vendor on the Vendor Info sheet.

    So far I've been able to implement a loop and get the hyperlink to be added. It links to the correct cell, but on the wrong sheet.

    Is there a way to make it link to the other worksheet?

    Here's what I have right now, and I'm attaching an updated file too;

    Please Login or Register  to view this content.
    Attached Files Attached Files

+ 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. Combo box and Hyperlinking cell value
    By ehardway111 in forum Excel General
    Replies: 0
    Last Post: 05-28-2013, 06:36 PM
  2. [SOLVED] Macro to match cell value on two wooksheet copy data on another column on row back to 1st
    By JDC_8 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-07-2013, 08:39 PM
  3. Replies: 1
    Last Post: 11-03-2012, 09:05 PM
  4. Deleting Rows from 3 sheets back on matching columns
    By motown in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-07-2010, 02:40 PM
  5. Replies: 3
    Last Post: 07-02-2007, 07:49 AM

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