+ Reply to Thread
Results 1 to 5 of 5

Trying to Link Circular Data Between Multiple Cells

  1. #1
    Forum Contributor swordswinger710's Avatar
    Join Date
    02-20-2008
    Location
    Bright, Canada
    MS-Off Ver
    2010
    Posts
    845

    Exclamation Trying to Link Circular Data Between Multiple Cells

    Hey,

    This one has me scratching my head. I have a fairly large workbook with many sheets. Some of these sheets contain data in certain cells which correspond to other cells in other sheets. These 'groups' of cells must always display the same information, at all times, and whenever the data in one of the cells in the group changes, all the rest must be updated to read the same. For example:

    Group 1 consists of Cell A1 on Sheet1, Cell B2 on Sheet 2, and Cell C3 on Sheet 3.

    So, if Cell A1 on Sheet 1 contains 'Blah Blah 88', so does Cell B2 on Sheet 2, and Cell C3 on Sheet 3.

    If I click on Cell C3 on Sheet 3 and change it to read 'Whatever 93', then Cell A1 on Sheet 1 on Cell B2 on Sheet 2 should display 'Whatever 93'.

    I'm able to do something similar to this by linking the cells, but it only works one way. I get a circular reference error upon trying to link two to each other so it works both ways. Is there a formula, perhaps one I can enter using validation or something to make this work? Or does this work at all?
    Last edited by swordswinger710; 01-10-2012 at 01:50 PM.

  2. #2
    Forum Contributor swordswinger710's Avatar
    Join Date
    02-20-2008
    Location
    Bright, Canada
    MS-Off Ver
    2010
    Posts
    845

    Re: Trying to Link Circular Data Between Multiple Cells

    Does anybody here have any idea as to what I'm talking about?

  3. #3
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: Trying to Link Circular Data Between Multiple Cells

    Place this code in Sheet1 Module
    Please Login or Register  to view this content.
    Place this code in Sheet2 Module
    Please Login or Register  to view this content.
    Place this code in Sheet3 Module
    Please Login or Register  to view this content.
    John

    If you have issues with Code I've provided, I appreciate your feedback.

    In the event Code provided resolves your issue, please mark your Thread as SOLVED.

    If you're satisfied by any members response to your issue please use the star icon at the lower left of their post.

  4. #4
    Forum Contributor swordswinger710's Avatar
    Join Date
    02-20-2008
    Location
    Bright, Canada
    MS-Off Ver
    2010
    Posts
    845

    Re: Trying to Link Circular Data Between Multiple Cells

    So would code be the only way to do this? I see this is definitely an option, I'm just asking if there is any other way, as I have as many as ten cells throughout my workbook that must all be linked together, and as many as fifty cells on a single sheet that are linked to other sheets.

    About the code though, it works great, thank you so much! The only issue I've noticed is that when I erase the data in one of the cells, the other two still display the previous information and aren't cleared. It would be awesome if they would clear as well.

  5. #5
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: Trying to Link Circular Data Between Multiple Cells

    Hi swordswinger710
    To do this
    The only issue I've noticed is that when I erase the data in one of the cells, the other two still display the previous information and aren't cleared. It would be awesome if they would clear as well.
    In each procedure, change this line of code from
    Please Login or Register  to view this content.
    to
    Please Login or Register  to view this content.
    Adding other linked cells is not an issue...you'll want to research "Select Case" perhaps.
    There may well be other ways of doing this but none with which I'm familiar.
    Last edited by jaslake; 01-12-2012 at 02:38 PM. Reason: add'l info

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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