+ Reply to Thread
Results 1 to 5 of 5

monthly summary from multiple weekly time sheets

  1. #1
    Registered User
    Join Date
    10-11-2014
    Location
    Hong Kong
    MS-Off Ver
    Office 365
    Posts
    5

    monthly summary from multiple weekly time sheets

    Trying to calculate a monthly summary sheet based on separate weekly time sheets.

    Worked out a couple of formulas that work over single weekly sheet but not over multiple sheets.

    Have attached a sample file with week 40 (September only) and 41 (September + October dates). The Summary page shows a few formulas trying to calculate September results.

    Any help appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: monthly summary from multiple weekly time sheets

    Please Login or Register  to view this content.

  3. #3
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: monthly summary from multiple weekly time sheets

    Hi

    a possible approach to sumif across sheets 40 and 41


    =SUMPRODUCT(SUMIFS(INDIRECT(ROW(40:41)&"!j11:j18"),INDIRECT(ROW(40:41)&"!b11:b18"),">="&A3,INDIRECT(ROW(40:41)&"!b11:b18"),"<="&B3))


    if you'd need to sum across 40 41 ....50

    =SUMPRODUCT(SUMIFS(INDIRECT(ROW(40:50)&"!j11:j18"),INDIRECT(ROW(40:50)&"!b11:b18"),">="&A3,INDIRECT(ROW(40:41)&"!b11:b18"),"<="&B3))


    You could write the worksheets names in Q1:Q50 and substitute the segments INDIRECT(ROW(40:50)&"! with

    INDIRECT("'"&$Q$1:$Q$50&"'!...


    Hope it helps
    -----------------------------------------------------

    At Excelforum, you can say "Thank you!" by clicking the star icon ("Add Reputation") below the post.

    Please, mark your thread [SOLVED] if you received your answer.

  4. #4
    Registered User
    Join Date
    10-11-2014
    Location
    Hong Kong
    MS-Off Ver
    Office 365
    Posts
    5

    Re: monthly summary from multiple weekly time sheets

    Thank you for your replies.

    canapone > Your solution worked well

    rcm > I ma not into macro (yet) but I'll dig into it.

  5. #5
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: monthly summary from multiple weekly time sheets

    Hi, thanks for providing us feedback.


    Regards

+ 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. Task time tracking with daily and weekly and monthly summary
    By issam.ha in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-04-2014, 12:02 PM
  2. [SOLVED] Delivery Report Summary...Monthly total sheet on 4 individual weekly sheets
    By hclark579 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-03-2014, 06:19 PM
  3. [SOLVED] Need Macro to compile data from "Weekly" sheets and sum up into "Monthly" summary sheet
    By mo4391 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-21-2013, 07:25 PM
  4. [SOLVED] Monthly Summary Based on Weekly Dates
    By thisisgerald in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 09-14-2012, 04:49 AM
  5. Excel 2007 : Help with monthly weekly summary
    By kakashi07 in forum Excel General
    Replies: 2
    Last Post: 03-14-2012, 10:54 AM

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