+ Reply to Thread
Results 1 to 6 of 6

How to: Turn Summary sheet into individual detailed sheets?

  1. #1
    Forum Contributor
    Join Date
    10-23-2004
    Location
    Los Angeles
    MS-Off Ver
    2010
    Posts
    253

    Question How to: Turn Summary sheet into individual detailed sheets?

    At work we have been asked to stop using a summary sheet I had made years ago in favor of a new individual sheet. I like my sheet, but I have to go with the flow.

    Is there a way for me to transcribe what's in my summary sheet into an individual detailed sheet?

    My uploaded attachment has how the summary sheet looks like, and how each sheet is supposed to look like.
    I even added a "Reference List" sheet that won't be in there in the future (unnecessary big file size), but just so the macro can be created.

    In my final macro-enabled worksheet, the "Reference List" will be a separate excel document on a different folder.

    Just as a note: Info from some of the columns come from formulas and parameter query's. I hope this doesn't change anything.

    Edit: Forgot to add, that the sheets "1 - ###, 2 - ###, ..., 10 - ###" are how the populated sheets are supposed to look like.
    Attached Files Attached Files
    Last edited by JPWRana; 11-25-2014 at 06:22 PM. Reason: Forgot to add something

  2. #2
    Forum Expert
    Join Date
    07-31-2010
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    4,070

    Re: How to: Turn Summary sheet into individual detailed sheets?

    I am assuming that the final workbook will only contain the "Summary Checksheet" and "Single Checksheet Template". You wish to have the individual worksheets created within the code.

    Please Login or Register  to view this content.
    Note: Due to the nature of your layout there is a variety of things that can go wrong. A lot of this can be fixed with error checking, which unfortunately takes a bit of time and testing to code in. I encourage you to learn how the code works and why it does what it does so that you can put in error checking and/or understand if things go haywire.

    Note2: Double check everything as there was a lot of hand programming. Very tedious and prone to mistakes.

  3. #3
    Forum Contributor
    Join Date
    10-23-2004
    Location
    Los Angeles
    MS-Off Ver
    2010
    Posts
    253

    Re: How to: Turn Summary sheet into individual detailed sheets?

    stnkynts, I will try this out first thing in the morning. Thank you for your BIG HELP!

  4. #4
    Forum Contributor
    Join Date
    10-23-2004
    Location
    Los Angeles
    MS-Off Ver
    2010
    Posts
    253

    Re: How to: Turn Summary sheet into individual detailed sheets?

    stnkynts, it's almost there. There are a few things that came up.

    1) What is the pop-up window in the beginning of the macro for?

    2) On Structure number 7, on my upload, it is a pass. On your macro, it is a fail. The conditions for that specific scenario on the summary checksheet is the following: First there is a Pass, then there are 2 line items checked off for field conditions.

    3) For Structure number 6, I have a note that on my upload it shows, but not on the macro. For coding purposes, do you want me to give it a code just like the others ones (like IFTS, NCAD, CMD, etc.)?

    Let me know what you think.

  5. #5
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: How to: Turn Summary sheet into individual detailed sheets?

    I've made some additions to stnkynts's code using the formulas we discussed in https://www.excelforum.com/showthread.php?t=1052058

    That the original script was hand programmed is pretty incredible.

    I added:
    Please Login or Register  to view this content.
    And then for J5, J6, J9:
    Please Login or Register  to view this content.
    I wish I knew a more elegant way to vlookup without resorting to worksheetfunction. My Code-Fu is pretty weak.

    Here's the updated workbook.
    Attached Files Attached Files
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  6. #6
    Forum Expert
    Join Date
    07-31-2010
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    4,070

    Re: How to: Turn Summary sheet into individual detailed sheets?

    @daffodil. Thank you kind sir. I see now that J5, J6, and J9 come from the reference sheet.

    @JPWRana. As daffodil pointed out, J5, J6, J9 come from the reference sheet. However, you indicated that the final product will not have the reference sheet in it and will instead be located in another workbook in another directory. This, to say the least, is a critical problem. In answer to your other questions:

    1) What is the pop-up window in the beginning of the macro for?
    It is a built in fail safe. As i indicated in my code you can remove it if you wish.

    2) On Structure number 7, on my upload, it is a pass. On your macro, it is a fail. The conditions for that specific scenario on the summary checksheet is the following: First there is a Pass, then there are 2 line items checked off for field conditions.
    Correction made in amended code by utilizing a boolean variable.

    3) For Structure number 6, I have a note that on my upload it shows, but not on the macro. For coding purposes, do you want me to give it a code just like the others ones (like IFTS, NCAD, CMD, etc.)?
    I arbitrarily assigned it the code QNR, which can be later altered in code to match your own code.

    Let me know what you think.
    I think this took me longer than I initially planned. Like I said, it is still prone to potential errors and I don't have the ambition at this moment to make it bullet proof.


    Amended Code:
    Please Login or Register  to view this content.

+ 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. How to: Turn Summary Sheet into detailed Sheets (multiple tabs)
    By JPWRana in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-20-2014, 06:18 PM
  2. Replies: 6
    Last Post: 03-05-2014, 11:48 PM
  3. [SOLVED] Delivery Report Summary...Monthly total sheet on 4 individual weekly sheets
    By hclark579 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-03-2014, 06:19 PM
  4. Replies: 1
    Last Post: 01-15-2014, 12:47 PM
  5. [SOLVED] Summary sheet - copy cell contents from multiple sheets to one summary sheet
    By jsmity in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-21-2013, 10:32 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