+ Reply to Thread
Results 1 to 5 of 5

Retrieving data from multiple sheets

Hybrid View

  1. #1
    Registered User
    Join Date
    08-31-2012
    Location
    USA
    MS-Off Ver
    Excel 2010 (Mac)
    Posts
    6

    Retrieving data from multiple sheets

    Hello all,

    I have a rather complicated question. I have a workbook with 30 sheets, each sheet represents a day in the month.

    I am trying to create a report sheet that will grab data based on Day or Week. I would like to create a report that includes a dropdown menu for a specific date (IE: July 1) and pull the data from that corresponding sheet (sheetname: 0701). I would also like another report sheet that will generate weekly reports. So if I select a week (IE: Week 27), it'll populate data from 7 sheets within that date range.

    I've attached an example, if you have any ides on how to go about this, it would be much appreciated! Thanks!
    Attached Files Attached Files
    Last edited by nicolerork; 08-07-2013 at 10:20 PM. Reason: attachment

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

    Re: Retrieving data from multiple sheets

    Another perfect example of why databases should be on a single sheet and data extracted FROM the single sheets.

    Anyway, like so...
    Attached Files Attached Files
    _________________
    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!)

  3. #3
    Registered User
    Join Date
    08-31-2012
    Location
    USA
    MS-Off Ver
    Excel 2010 (Mac)
    Posts
    6

    Re: Retrieving data from multiple sheets

    This is perfect! Thank you so much.

    A quick question though regarding the Breakdown by Individual report.. instead of selecting a task and having it populate that week's data, I'd rather have a dropdown with a list of the employee names and if they worked in any particular task during that week.

    IE: If Employee XX worked on Task1 on Monday, it'll show up on that chart. If they worked on Task10 on Tuesday, it'll show those hours, etc.

    I have attached the workbook with the modifications. I couldn't seem to get it to pull the right data.
    Attached Files Attached Files

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

    Re: Retrieving data from multiple sheets

    In K27, then copied down/across that table:

    =IFERROR( SUMIFS(INDIRECT("'"&L$6&"'!E1:E120"), INDIRECT("'"&$A$5&"'!D1:D120"), $J27, INDIRECT("'"&L$6&"'!B1:B120"), $J$24), 0)


    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

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

    Re: Retrieving data from multiple sheets

    You have violated Rule 4 of our Forum RULES. Don't Private Message, Visitor message or email Excel questions to moderators or other members. (Or Access, Word, etc.)

    All questions and answers will benefit other posters like yourself when discussed in public threads. The point of having a public forum is to share solutions to common (and sometimes uncommon) problems with all members.

    Breaking this rule is considered harassment by most of our contributors and thus cannot be tolerated. Repeat offense could lead to permanent ban, so do take this caution to heart.

    Post your question in a public thread and our many contributors will come to you to assist, especially if the title is accurate (see Rule #1) and you include a sample desensitized workbook that makes it easy for others to try and help.
    --------------

    I'm sure this was accidental. When you joined the forum recently you agreed to abide by the Forum Rules, but in haste I fear you might not have actually read them. Please stop and take a moment to read them now. We all follow these rules for the benefit of all, as must you. Thanks.

    (link above in the menu bar)

+ 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. Retrieving data from multiple sheets and copying to a new sheet
    By Yahoho in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-30-2012, 10:15 AM
  2. Retrieving data from other excel sheets.
    By PelleCadol in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-06-2010, 10:06 AM
  3. Searching multiple worksheets and retrieving data
    By TheOx in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-28-2009, 09:42 AM
  4. Matching & retrieving data across sheets
    By nd2006 in forum Excel General
    Replies: 3
    Last Post: 08-21-2006, 08:55 AM
  5. [SOLVED] Retrieving Data from Multiple WorkBooks
    By mastermind in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-15-2006, 12:35 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