+ Reply to Thread
Results 1 to 3 of 3

Summarizing Data on one worksheet from multiple worksheets in same workbook

Hybrid View

  1. #1
    Registered User
    Join Date
    03-16-2012
    Location
    Ukiah, California
    MS-Off Ver
    Excel 2010
    Posts
    3

    Summarizing Data on one worksheet from multiple worksheets in same workbook

    I set-up a workbook with multiple worksheets to track monthly attendance. There are worksheets for months 1 - 8 and a summary worksheet to summarize the monthly data. I need a formula that will copy the number of days attended for each student from the monthly worksheets to the summary worksheet.

    The students listed on the monthly worksheets may vary due to new students enrolling or current students exiting.

    The summary provides a list of students who have had attendance at anytime during the year and will also vary due to new students enrolling or current students exiting. If a student leaves that students name stays on the list. If a student enrolls the students name must be added to the list.

    The problem:
    When a new student is added or a current student leaves the cell address for days of attendance for that student changes on both the summary and monthly worksheets. So far, the only way I can summarize the days attended for each student is to click on the cell for the month I am updating, press the '=', select the monthly worksheet I am updating from, click on the cell that has the days attended for that student and press enter. Its a very time consuming process and accuracy is a problem. I do this for four different schools.

    Your help is greatly appreciated.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,825

    Re: Summarizing Data on one worksheet from multiple worksheets in same workbook

    Take a look at the SUMIF function in Excel Help - i.e. add the days from a cell if the corresponding cell in another column matches with the name.

    Hope this helps.

    Pete

  3. #3
    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: Summarizing Data on one worksheet from multiple worksheets in same workbook

    I saw a very neat trick for summarising multiple sheets, it works better if the layout of each sheet is the same, but can be adapted for if its not.

    Start and end with a blank sheet, call them "start" and "end". have 1 final sheet called summary (or whatever you want to call it) before "start" or after "end".

    In your summary sheet, your references are always =function(start:end!A1) for instance. If you need to add or remove sheets to your sheet range eg add a month, remove a week, all you have to do is move it into, or out of, the "start":"end" range of sheets, and your formulas will automatically accomodate the change.

    If you can provide a sample of what you are trying to do, Im sure we can get you started on what you have in mind
    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

+ 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