+ Reply to Thread
Results 1 to 12 of 12

Generating an automatic report sheet which gathers selective data from a master file

  1. #1
    Registered User
    Join Date
    01-25-2014
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    6

    Generating an automatic report sheet which gathers selective data from a master file

    Hello All,

    I have been trying to figure out a way to generate an automatic report sheet in excel, which would gather selective data from a master excel file.

    To make things more clearer:

    1) I have an excel file with multiple sheets in different tabs. These individual sheets are basically specific Job Orders with details of the order. Every time a new order is placed, a new sheet is created in the same excel file with a unique Job Order #.

    2) I am looking to create a fresh excel sheet which would have a summary of all individual Job Order #'s on a single sheet organized by columns. The purpose behind this is to have a snapshot view of all Job Order details as well as enable further analysis on that sheet.

    3) The challenge: I want this new sheet to be able to pull data from the different individual Job Order # sheets automatically.

    Is there a way to do this?

    Regards,
    Tanmay

  2. #2
    Valued Forum Contributor Naveed Raza's Avatar
    Join Date
    11-04-2012
    Location
    India, Hyderabad
    MS-Off Ver
    Excel, Access 2007/2010
    Posts
    1,338

    Re: Generating an automatic report sheet which gathers selective data from a master file

    Hi Tanmay

    welcome to the World of Excel VBA Forum..

    It would be great if you provide sample workbook
    Thanks - Naveed
    -----------------------------
    If the suggestion helps you, then Click * to Add Reputation
    To Attach File: Go Advanced>>Manage Attachments>>Add Files (In Top Right Corner)>>SelectFiles>>.........Locate Your File(s)>>Upload Files>>Done (In Bottom Right)
    1. Use [code] code tags [\code]. It keeps posts clean, easy-to-read, and maintains VBA formatting.
    2. If you are happy with a solution to your problem, mark the thread as [SOLVED] using the tools at the top.

  3. #3
    Registered User
    Join Date
    01-25-2014
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Generating an automatic report sheet which gathers selective data from a master file

    Hi Naveed,

    Thanks for getting back.

    I have attached a sample of the Work Order File with this message. As you can see the file has multiple tabs of individual work order details. What I would like to do is create a new excel file, which derives specific information from these individual work order files automatically and present it in a summary sheet. The format of this summary sheet is also attached along with this message.

    Since a new individual work order sheet will be created every time a new order is placed, will the summary sheet be able to automatically pull information from the master file for
    the new entries?

    Regards,
    Tanmay
    Attached Files Attached Files

  4. #4
    Valued Forum Contributor Naveed Raza's Avatar
    Join Date
    11-04-2012
    Location
    India, Hyderabad
    MS-Off Ver
    Excel, Access 2007/2010
    Posts
    1,338

    Re: Generating an automatic report sheet which gathers selective data from a master file

    Hi Tanmay

    need some clarification.

    i have seen your attached file and what i observed is ,
    1) in summary sheet you have given some format right in that format "DUE DATE" column is there but that DUE DATE heading is not there in Work Order Record Workbook
    2) in Work Order Record Workbook , in each individual order tab Size column has morethan 3 ,4 rows but full data is avaiable only for 1 record

    so in which way you want the output in summary sheet..

  5. #5
    Registered User
    Join Date
    01-25-2014
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Generating an automatic report sheet which gathers selective data from a master file

    Hi Naveed,

    I apologize for the confusion created.

    The sample sheet was just an example intended for just a visual demonstration. You can
    ignore the "DUE DATE" column on the sample sheet since that information is not there on theWork Order Excel File.

    For the size column, currently there are 3 columns in the work order file, but I will make that into one common column in the future.

    Warm Regards,
    Tanmay

  6. #6
    Valued Forum Contributor Naveed Raza's Avatar
    Join Date
    11-04-2012
    Location
    India, Hyderabad
    MS-Off Ver
    Excel, Access 2007/2010
    Posts
    1,338

    Re: Generating an automatic report sheet which gathers selective data from a master file

    so each entry want to consoldate in summary sheet right when ever new entry has entered in the work order workbook that entry should update in summary sheet

  7. #7
    Registered User
    Join Date
    01-25-2014
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Generating an automatic report sheet which gathers selective data from a master file

    Yeah that is right

  8. #8
    Valued Forum Contributor Naveed Raza's Avatar
    Join Date
    11-04-2012
    Location
    India, Hyderabad
    MS-Off Ver
    Excel, Access 2007/2010
    Posts
    1,338

    Re: Generating an automatic report sheet which gathers selective data from a master file

    Hi tanmay try this attached file

    Steps
    1) put this attached both file in any location suit to you
    2) paste the full path of Summary worksheet in Work order workbook (where to post next step)
    3) open the work order workbook and right click on tab-click on view code- and paste that full path over there
    4) do the same step to next avilable tabs as well.
    5) macro will copy data only if column(A,C,F,G) has data once this four cell has value then only macro copy data to summary workbook

    Then next see what will happen and feel free to ask me if u face any problem
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    01-25-2014
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Generating an automatic report sheet which gathers selective data from a master file

    Hi Naveed,

    I have a confusion regarding the Step 2.

    How exactly am I supposed to " paste the full path of Summary worksheet in Work order workbook" ?

    Regards,
    Tanmay

  10. #10
    Valued Forum Contributor Naveed Raza's Avatar
    Join Date
    11-04-2012
    Location
    India, Hyderabad
    MS-Off Ver
    Excel, Access 2007/2010
    Posts
    1,338

    Re: Generating an automatic report sheet which gathers selective data from a master file

    Tanmay do one thing provide me your path where u have pasted that both file

    Quote Originally Posted by tanmay0601 View Post
    Hi Naveed,

    I have a confusion regarding the Step 2.

    How exactly am I supposed to " paste the full path of Summary worksheet in Work order workbook" ?

    Regards,
    Tanmay

  11. #11
    Registered User
    Join Date
    01-25-2014
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Generating an automatic report sheet which gathers selective data from a master file

    Hi Naveed,

    Here is the path for both the files on my computer:

    C:\Users\Ravi\Desktop\Excel Help Forum

    Regards,
    Tanmay Chowdhary

  12. #12
    Valued Forum Contributor Naveed Raza's Avatar
    Join Date
    11-04-2012
    Location
    India, Hyderabad
    MS-Off Ver
    Excel, Access 2007/2010
    Posts
    1,338

    Re: Generating an automatic report sheet which gathers selective data from a master file

    Now try this updated file

    note: macro will copy data only if column(A,C,F,G) has data once this four cell has value then only macro copy data to summary workbook
    Attached Files Attached Files

+ 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. Automatic Moving of data to corresponding month on Stock Report sheet
    By Nickvii7 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-25-2013, 01:34 PM
  2. Automatic file generating
    By etkraptor in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-18-2013, 11:48 AM
  3. Generating report of SUM Cell in PDF file.
    By abhaywarik in forum Excel General
    Replies: 0
    Last Post: 06-21-2012, 05:38 AM
  4. Replies: 5
    Last Post: 02-06-2012, 09:45 AM
  5. Pivot, Generating Difference Report , Deleting Selective Rows
    By sbaraily in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-23-2011, 06: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