+ Reply to Thread
Results 1 to 12 of 12

Excel 2007 : Changing Data on one sheet to reflect changes on another.

  1. #1
    Registered User
    Join Date
    03-01-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    10

    Changing Data on one sheet to reflect changes on another.

    I have a list of names in column A of Worksheet 1 that I would like to appear on other worksheets. This is a running data base of who is in the company and gets changed almost weekly. When a person is added or deleted, it needs to be added/deleted on the other worksheets the list is on. I have been working on this for a while and have a feeling there is a simple solution. Any help would be greatly appreciated. Thank you

  2. #2
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: Changing Data on one sheet to reflect changes on another.

    is the data in a different work sheet (same file) or different workbook (different file)

    either way you can reference it using something like this:

    different sheet
    =Sheet2!A1

    different book
    ='C:\Public_Files\[Book2.xlsx]Sheet1'!$A$1
    If you liked my solution, please click on the Star -- to add to my reputation

    If your issue as been resolved, please clearly state so and mark the thread as [SOLVED] using the thread tools just above the first post.

  3. #3
    Registered User
    Join Date
    03-01-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Changing Data on one sheet to reflect changes on another.

    They are in the same file/workbook. Using =Sheet2!A1 does not work when a new line is inserted into first sheet. The second sheet remains the same because it change the cell it is referencing. I have tried using F4 to mitigate the issue but it does not help.

  4. #4
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: Changing Data on one sheet to reflect changes on another.

    would a solution like this work: it is using indirect, and a row counter
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    03-01-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Changing Data on one sheet to reflect changes on another.

    No that does not work either. The problem is when I inset a new row inbetween two other rows it is not reflected on the second sheet.

  6. #6
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: Changing Data on one sheet to reflect changes on another.

    ok, so you are adding rows to the first sheet, to have them appear on the second? can you provide an example?

  7. #7
    Registered User
    Join Date
    03-01-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Changing Data on one sheet to reflect changes on another.

    Here is an example with an explanation in excel.
    Attached Files Attached Files

  8. #8
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: Changing Data on one sheet to reflect changes on another.

    try this: it us still using indirect, but the indirect reference is on a different page. this one uses a helper column, but you could remove that and hardcode the references if you wish
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    03-01-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Changing Data on one sheet to reflect changes on another.

    that looks like it works thank you for the help
    Last edited by sbman2010; 03-03-2012 at 02:54 PM.

  10. #10
    Registered User
    Join Date
    03-01-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Changing Data on one sheet to reflect changes on another.

    i thought that was the issue but another problem arose. I need to be able to use the"filter" feature to get high/low scores, alphabetical,etc on columns that are being referenced from sheet1. As you can see on sheet2 of the attached, the blank # came up first. I realize I can just delete the number and add one when another person is added but I will not be the one editing this workbook and do not trust in the ability of the ones doing it.
    Attached Files Attached Files

  11. #11
    Registered User
    Join Date
    12-17-2012
    Location
    INDIA
    MS-Off Ver
    Excel 2003
    Posts
    1

    Re: Excel 2007 : Changing Data on one sheet to reflect changes on another.

    Hi,

    Forum helped me in finding the solution of updating the 2nd sheet based on the updation of 1st sheet.

    I am looking for 1 more solution: Is there any possibility of reflecting background cell color and font text into 2nd sheet?

    Thanks,
    Ram

  12. #12
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Excel 2007 : Changing Data on one sheet to reflect changes on another.

    Rkalapureddy,

    Unfortunately you need to post your question in a new thread, it's against the forum rules to post a question in the thread of another user. If you create your own thread, any advice will be tailored to your situation so you should include a description of what you've done and are trying to do. Also, if you feel that this thread is particularly relevant to what you are trying to do, you can surely include a link to it in your new thread.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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