+ Reply to Thread
Results 1 to 6 of 6

extracting data from master sheet into sub sheets and automatic updating.

  1. #1
    Registered User
    Join Date
    01-16-2012
    Location
    Luton, England
    MS-Off Ver
    Excel 2007
    Posts
    3

    extracting data from master sheet into sub sheets and automatic updating.

    I have a master work sheet which contains the information of various brokers. the fields are agents, customer, primary status , secondary status. there are different number of rows for each agent/broker.what I want is to create sheets for each agents, separately,pulling just his information into new sheet. and link that sheet with master sheet such that every time master sheet is updated , the agent sheet is also updated. the sample data for master sheet is as follows,
    Agent: AB
    DF, DQ...

    Customer: ABS, ABB....
    PRimary status : ACCepted, Rejected....
    2nd Status: reason, problem.....
    I want to extract AB's Info into sheetAB, DF's info into sheetDf and so on. Will be really greatful if you can help me with this.
    Samrashia

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

    Re: extracting data from master sheet into sub sheets and automatic updating.

    Instead of putting in dummy data in the post, why dont you attach the sample files? It will be easier and faster to work out a solution for you.
    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]

  3. #3
    Registered User
    Join Date
    01-16-2012
    Location
    Luton, England
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: extracting data from master sheet into sub sheets and automatic updating.

    Hi,

    Thanks for the reply. I am attaching the sample file. The first sheet NPGLDT is master sheet with multiple records of each agent.Second sheet GLD is which is a lookup table for the master sheet to extract agent id's. I want to pull all data of AR into his sheet, such that when i Update Master sheet, it is automatically updated, and I want this for each agent.I am .trying to resolve this for few days and I am really stuck. will be really great full if you can help me with this.

    samrashia
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    01-16-2012
    Location
    Luton, England
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: extracting data from master sheet into sub sheets and automatic updating.

    Hi,

    no 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: extracting data from master sheet into sub sheets and automatic updating.

    I can provide you a macro that you can click on once you are done updating the main sheet. It will automatically clean up the data that is existing in the agent sheets and populate with fresh data from row 1 of the master file till the last row. Will this work?

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: extracting data from master sheet into sub sheets and automatic updating.

    'SHEET1 TO MANY SHEETS
    Here's a macro for parsing rows of data from one sheet to many sheets named for the same values in a specific column.
    It not only can parse the rows, it can create the sheets if they are missing. There is a sample sheet there where you can test this out.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ 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