+ Reply to Thread
Results 1 to 6 of 6

Pull data from master sheet to specific sub-sheets

  1. #1
    Registered User
    Join Date
    07-17-2013
    Location
    United States
    MS-Off Ver
    Excel 2016
    Posts
    42

    Pull data from master sheet to specific sub-sheets

    Hi everyone - Mods this may be in the wrong place, if so please move it!

    Anyway, what I have is a list of softball players in 5 different divisions. What I need is a way to populate different sheets in the same workbook with the players separated by division. So sheet 1 is the master list, sheet 2 is the MS div, sheet 3 the 12U div and so on. The master list will update daily, and I'd like the sheets to auto update based on the master. I need to pull the entire row based on the division assigned to the player.

    I know, this is probably better done in Access, but I don't have it. Thoughts?

    TIA, Ray
    Last edited by FDibbins; 03-17-2015 at 12:20 AM.

  2. #2
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: Not even sure how to phrase the question...

    So you can just have a pivot table off the MASTERLIST that has a filter on division, it will automatically update as the data updates.

    Well, you will have to go to one pivot table and hit REFRESH ALL.


    If you want additional help, post a sample workbook and I can show you what I mean.
    Please ensure you mark your thread as Solved once it is. Click here to see how.
    If a post helps, please don't forget to add to our reputation by clicking the star icon in the bottom left-hand corner of a post.

  3. #3
    Registered User
    Join Date
    07-17-2013
    Location
    United States
    MS-Off Ver
    Excel 2016
    Posts
    42

    Re: Not even sure how to phrase the question...

    I attached the 1st 2 columns of the master list - the rest is all sensitive personal info. So basically, I d/l a new master list daily, do a vlookup to add new players to the Master master list, which has tabs for each division.

    Thanks for any help.
    Attached Files Attached Files

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Pull data from master sheet to specific sub-sheets

    Here are 2 approaches.

    1. using formulas...
    Put this in ARRAY formula in A2 of sheet 2 and copy down and across...
    =IFERROR(INDEX(Sheet1!A$2:A$486,SMALL(IF(Sheet1!$A$2:$A$486="Gold",ROW(Sheet1!$A$2:$A$486)-1),ROWS($A$1:$A1))),"")
    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.

    Note1. Change the "Gold" for the specific sheet name
    Note2. ARRAY formulas can become a big drain on the system and start slowing down your file

    2. Using a PIVOT TABLE
    - on the new sheet, select Insert Pivot Table
    - Click Table Range and highlight the range on sheet1
    - make sure existing WS is checked and that the location is A1
    - Click OK
    - put Division under Filters
    - put Acct 1st name under Rows
    Done
    Note that PT's need to be updated when you add/change data (and you said you wanted it auto)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  5. #5
    Registered User
    Join Date
    07-17-2013
    Location
    United States
    MS-Off Ver
    Excel 2016
    Posts
    42

    Re: Pull data from master sheet to specific sub-sheets

    Thank you! A little trial and error on the copy & CTRL+SHIFT+ENTER got me going on the array, works great!

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Pull data from master sheet to specific sub-sheets

    Glad it worked for you, thanks for the feedback

+ 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. Macro for seaching a phrase and add 7 rows after that phrase
    By yhyhyhyh in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 11-10-2014, 11:52 PM
  2. Replies: 2
    Last Post: 10-09-2014, 05:14 AM
  3. Replies: 3
    Last Post: 06-11-2012, 10:05 AM
  4. Function to return text from phrase X to phrase Y
    By razr in forum Excel General
    Replies: 3
    Last Post: 05-06-2009, 05:52 PM
  5. [SOLVED] Delete a row with a certain phrase?
    By dziw in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-13-2006, 07:10 PM

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