+ Reply to Thread
Results 1 to 8 of 8

Linking/mirroring an Excel table to another table

  1. #1
    Registered User
    Join Date
    11-10-2015
    Location
    Derbyshire
    MS-Off Ver
    Office 2013
    Posts
    17

    Linking/mirroring an Excel table to another table

    Hello all. Was just hoping for a little help on something I think should be fairly simple… I’ve been trying for 3 hours but cannot work it out! Within our company, we used to have 5 different forms which were issued for 5 different types of jobs. Instead of having all these separate forms which were difficult to maintain, I have now combined those forms into one with a nice welcome sheet allowing the user to press a button to select the form they want (the macro will then hide all other sheets not relevant and leave the user with just the sheets they need). Nice and easy, not a problem so far.

    My issue however surrounds the linking of a table. Each form currently has a contact page at the beginning with a list of names, numbers, etc. relevant to that form. What I want to do is have these 5 contact pages listed as Excel Tables separately on one master page (which can be updated in one go) – the aim then would be for the user to make a change on this master page (say a contact number changes), and it then be updated on the page that contact list is from.

    So for example…

    1. Someone changes their number.
    2. I’d be able to go to the master contacts page, update that number
    3. The number will then link and show on the contact page on the relevant form.
    4. Next time someone chooses that form on the welcome sheet, they can be sure it has the most up to date contacts on there.

    I’m fairly Excel confident having worked things out through the use of a few books and talks with colleagues, but I’m really stumped with this one!

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,428

    Re: Linking/mirroring an Excel table to another table

    If the contacts are specific to one of the user forms, I'd be inclined to add a column with the form ID on it. Then you can sort the list alphabetically and/or alphabetically within a Form ID.

    List the Contact IDs on the Table for each form and then use Index/Match or VLookup to populate the details.

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    11-10-2015
    Location
    Derbyshire
    MS-Off Ver
    Office 2013
    Posts
    17

    Re: Linking/mirroring an Excel table to another table

    Hello and thank you for the quick reply. I'd not thought of the Match function actually, I'll have a look at using it.

    I should have been more detailed in my query as well. There are no user forms on the spreadsheet - the term 'form' was used in reference to the 5 former spreadsheets (forms) used for jobs. The way the contacts currently sit are just in 5 Excel Tables and as you say, the contacts are specific to each table.

    Initially, I just did a simple '=' function so that a cell just mirrored one from the table, but this does not allow situations where an extra row may be added or cells be merged.

    Thanks again for your response, having a go at this through dinner.
    Last edited by callum91; 11-10-2015 at 07:58 AM.

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,428

    Re: Linking/mirroring an Excel table to another table

    You're welcome.


    If you need any further help or advice, I suggest you post a sample workbook with some typical data.


    Regards, TMS

  5. #5
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Linking/mirroring an Excel table to another table

    Just a note, if you plan on merging cells, the whole thing will go down the drain. No formula will automatically merge cells on the mirror image. Formulas also cannot automatically mirror some cell formatting (like bold, sub and superscript, etc.). They cannot mirror random color decisions.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  6. #6
    Registered User
    Join Date
    11-10-2015
    Location
    Australia
    MS-Off Ver
    2013
    Posts
    4

    Re: Linking/mirroring an Excel table to another table

    I'm also interested to seeing any solutions to this problem
    Last edited by RFraser86; 11-10-2015 at 09:05 PM. Reason: Changed to comply with rules and not ask a question

  7. #7
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,428

    Re: Linking/mirroring an Excel table to another table

    You can't do that without VBA and even then it's a PitA. Don't do it.

  8. #8
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,428

    Re: Linking/mirroring an Excel table to another table

    @RFraser86 ... by the way ...

    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.

+ 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. Excel Table Mirroring
    By MUDDMUFFIN in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-29-2021, 05:15 AM
  2. linking pivot table to data source table
    By tjgrassi in forum Excel General
    Replies: 2
    Last Post: 07-14-2014, 12:00 PM
  3. Replies: 0
    Last Post: 07-02-2013, 11:30 AM
  4. Mirroring a single table across worksheets
    By cnstarz in forum Excel General
    Replies: 2
    Last Post: 05-22-2011, 04:38 AM
  5. linking access table to excel
    By mr_cyborg in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-28-2008, 02:21 AM
  6. Linking an Excel table to an Access table
    By Vurna in forum Excel General
    Replies: 3
    Last Post: 07-01-2008, 10:17 AM
  7. Replies: 0
    Last Post: 08-01-2006, 09:20 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