+ Reply to Thread
Results 1 to 5 of 5

Possibilities of Accumulating daily Totals/Updates into Summary

  1. #1
    Registered User
    Join Date
    09-15-2015
    Location
    Malaysia
    MS-Off Ver
    Office 365
    Posts
    45

    Possibilities of Accumulating daily Totals/Updates into Summary

    Good day All.

    I have attached my daily report format. Data has to be entered from manually prepared reports into daily dated worksheets. What I would like to do is to have my daily updated reports to be updated in the summary sheet as accumulated total but there will 3 kinds of formulas needed as highlighted in colour -

    1. Yellow - Quantity is fixed and totals to be accumulated on daily basis
    2. Green - Non fixed Quantity, where the quantity can either Add or MINUS depending useage
    3. Grey - Quantities to be added on daily basis when updating the daily report

    Please review the worksheet and advise if its possible to work with formula and how i could start working on the formula.

    Thank you
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Possibilities of Accumulating daily Totals/Updates into Summary

    Please edit Summary column B to match header in Sheet 1.1.19 column A

    And try at Summary
    C8 drag across and down.
    =INDEX(Table1[C12],MATCH($B8,INDEX(Table1,,1),))

    L8 drag across and down.
    =INDEX(Table2[C12],MATCH($B8,INDEX(Table1,,1),))
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    09-15-2015
    Location
    Malaysia
    MS-Off Ver
    Office 365
    Posts
    45

    Re: Possibilities of Accumulating daily Totals/Updates into Summary

    Hi Bo, Thank you. I have corrected the headings to match the exact text and have inserted both the formula but it could only update the total from 1.1.19 but not the accumulated total up to sheet 8.1.19. The total that should have sum in the summary for B8 is 11940 have also tried the below formula but am really confused.

    =SUMPRODUCT(SUMIF(INDIRECT("'"&sheets&"'!"&"rng"),criteria, INDIRECT("'"&sheets&"'!"&"B8")))
    Attached Files Attached Files
    Last edited by Ravindran Raman; 01-26-2019 at 11:14 AM.

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Possibilities of Accumulating daily Totals/Updates into Summary

    Please try at B8 drag across and down

    =SUMPRODUCT(SUMIFS(INDIRECT("'"&ROW(INDIRECT("1:8"))&".1.19'!C",),INDIRECT("'"&ROW(INDIRECT("1:8"))&".1.19'!A:A"),$A8))

    I remove extra space at sheet name "7.1.19 " to "7.1.19"


    For INDIRECT("'"&sheets&"'!"&"rng") , you need to create name range that contents all your sheet name
    which I use
    "'"&ROW(INDIRECT("1:8"))&".1.19'" for Sheet
    and "C" and "A:A" for "rng" instead
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    09-15-2015
    Location
    Malaysia
    MS-Off Ver
    Office 365
    Posts
    45

    Re: Possibilities of Accumulating daily Totals/Updates into Summary

    Dear Bo. Thank you very much. Your formula worked well. I update the sheets till 31.1.19 and have just changed the date on the formula as below. On entry of the total in 31.1.19 sheet, record is captured on the summary.

    =SUMPRODUCT(SUMIFS(INDIRECT("'"&ROW(INDIRECT("1:31"))&".1.19'!C",),INDIRECT("'"&ROW(INDIRECT("1:31"))&".1.19'!A:A"),$A8))

    Again, Thank you Very Much.

+ 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. Replies: 2
    Last Post: 06-25-2016, 03:02 AM
  2. Transfer Daily Data from Daily Staffing Workbooks into a Running Annual Summary Workbook
    By nurseydiamond in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 11-07-2015, 07:05 PM
  3. [SOLVED] Looking up and accumulating totals from different worksheets
    By Alac61 in forum Excel General
    Replies: 9
    Last Post: 10-20-2015, 07:49 PM
  4. Accumulating YTD totals
    By Aland2929 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-01-2010, 12:39 PM
  5. Replies: 1
    Last Post: 07-07-2009, 10:21 AM
  6. Daily Totals on a summary sheet
    By Allewyn in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-27-2006, 11:50 AM
  7. [SOLVED] accumulating values generated daily
    By Tracey in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-15-2006, 03:15 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