+ Reply to Thread
Results 1 to 33 of 33

Correcting consolidated Sheet that auto corrects all other sheets.

  1. #1
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Correcting consolidated Sheet that auto corrects all other sheets.

    Hi

    I have a macro that consolidates 31 sheets into one master sheet. Is it possible to make corrections on the consolidated worksheet that automatically will update all the other sheets and vice versa.

    Thanks

  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,420

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    Provided that there is some means of identifying the individual source sheets, I should think so.

    You'd need worksheet change events or a workbook sheet change event to monitor cells and make the necessary updates.

    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
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    How do I achieve this? i have very limited knowledge of macros.

  4. #4
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    Can Anyone help?

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

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    In your consolidated sheet, do you have a column that states which sheet that data came from?

    Also, is there a unique identifier to quickly find that row in the sheet so that it can be updated?

    I would say, to avoid all these complications, you can probably clear the contents of the 31 sheets and have them re-populated every time a change is done to the consolidated sheet. This will work only if there are no manual changes being done to the 31 sheets.
    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]

  6. #6
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    @ arlu1201

    No

    I am not sure I understand what you mean here.

    The 31 sheets are the sheets that we manually capture data into on a daily basis. we then run the macro to consolidate these sheets into the "master" thus enabling us to quickly check for errors. However if we want to correct the errors we will need to then correct them on the 31 sheets as we have other sheets that get info from them. This is very time consuming so I was wondering if we could correct it in preferably the master sheet that then updates to the 31 sheets.

    The macro for this workbook was written by yourself and is under the post of:
    Re: Coping certain sheets in workbook into one sheet
    Last edited by Cutter; 10-16-2012 at 12:35 PM. Reason: Removed whole post quote

  7. #7
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    I once again see an issue with the formulas in the master sheet. Instead of it just coping the values across it copies the formula but it then messes up my numbers in the master worksheet. It seems to try to recalculate the formulas with a different number.

  8. #8
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    Hi

    Is it possible to make corrections on the macro created consolidated sheet that then will correct back to each sheet that the macro original read from?

    Cheers
    Terri

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

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    Is it ok if the macro clears the contents of the sheets 1-31 and re-feeds them from the master file?

  10. #10
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    Quote Originally Posted by arlu1201 View Post
    Is it ok if the macro clears the contents of the sheets 1-31 and re-feeds them from the master file?
    I am not sure as the original info is entered into sheets 1 - 31 and I don't want to loose any of the info here ( data, layout, formatting and formulas etc). How exactly will it work?

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

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    If there is a way to identify from which sheet the data came, it can clear the contents of that sheet and copy back the data from the master file.

  12. #12
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    The date within the schedule corresponds to the sheet tag I.e sheet 1. = 1 st of whichever month
    Last edited by TERRI LEE; 11-12-2012 at 06:26 AM.

  13. #13
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    Hi

    Did you manage this one????

  14. #14
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    Hi

    Can anyone help with this thread???

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

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    What if we clear the contents of Sheets 1-31 and then input the formatting and layout as you require ?

  16. #16
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    Hi Arlu

    The issue is not with the formatting. It is with the data entered sometimes being incorrect. When we run the consolidation schedule we then use this schedule to quickly pick up errors. The problem is once you find the error you then need to go back into the source document and correct it there and then run the consolidation macro again to pull the correction thru. It would be easier if we could correct it on the consolidated schedule that then automatically corrects the source schedules.

    I hope this makes sense

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

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    Ok i get your point. Will there be any issue if we clear the sheets 1-31 and load it from the master so that the corrections will flow thru as well?

  18. #18
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    There are alot of other schedules that pull info from sheets 1 - 31 so I am not sure how this would affect them.

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

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    Are there formulae which pull the values from sheets 1-31 or is it macros?

  20. #20
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    Hi

    It's formulae. One day when I have time I want to change it to a macro as I think it will be easier as well as more fool proof.

  21. #21
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    I will try to post a blank copy of the entire work book but I will need to break it up into segments as it is too big.

  22. #22
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    Here are the workbooks. Please note that all of these would make up one workbook ONLY.

  23. #23
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    Hi

    What do you think?

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

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    There are loads of formulae in your sheets. Is it ok if only the data (without formulae) is replaced in your file?

    For e.g. the formulae can be left as is and the data can be replaced with the data from the master sheet.

  25. #25
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    Quote Originally Posted by arlu1201 View Post
    There are loads of formulae in your sheets. Is it ok if only the data (without formulae) is replaced in your file?

    For e.g. the formulae can be left as is and the data can be replaced with the data from the master sheet.
    Yes that can work but then I guess all my macros would need to change again.

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

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    Why would your macros need to change?

  27. #27
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    Hi. Can you believe I just replied to the email instead of the forum.

    I guess you are right because they would still take the info from the sheets numbered 1-31

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

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    If we clear the rows completely, we will need to input each formula. Instead, we can just replace the values.

  29. #29
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    Okay so will it be a macro that runs this

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

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    Which field in the data will help to identify from which sheet the data has come from?

  31. #31
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    I am not sure what you mean here. Each sheet is basically a summary of certain info from sheets 1-31. I guess if all the summary sheets could draw the info from the master sheet that could also work.

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

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    Sorry if i misunderstood. Your workbook contains of sheets 1-31 and the master sheet right? Any other sheets i am missing out?

  33. #33
    Forum Contributor
    Join Date
    05-31-2012
    Location
    South africa
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Correcting consolidated Sheet that auto corrects all other sheets.

    Hi

    Sorry for the delay. I have been on leave.

    I attached all the docs in post 22. All these basically make up the one workbook.

    Thanks
    Terri

+ 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