+ Reply to Thread
Results 1 to 4 of 4

Dynamic Daily totals

  1. #1
    Registered User
    Join Date
    12-08-2016
    Location
    erie, pa
    MS-Off Ver
    2016
    Posts
    17

    Dynamic Daily totals

    I have a workbook that tracks daily totals from 6 different time period throughout the day. I created a new page for totals. I used COUNTIF functions to count words for a given time period. Each day a new set of 6 columns are added for that given day. I need the totals to be locked to the given time periods. When ever new columns are added they shift down the sheet. Even attaching absolute cell references wont work. PLEASE HELP!
    Attached Files Attached Files
    Last edited by jra81882; 12-22-2016 at 11:40 AM.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,363

    Re: Dynamic Daily totals

    Attach a sample workbook.

    Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  3. #3
    Registered User
    Join Date
    12-08-2016
    Location
    erie, pa
    MS-Off Ver
    2016
    Posts
    17

    Re: Dynamic Daily totals

    I just uploaded an example file

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,363

    Re: Dynamic Daily totals

    See tab "Results_JT":

    in B3

    =SUMPRODUCT(--(INDEX(Overall!$A$4:$F$1000,,MATCH($A3,Overall!$A$3:$F$3,0))=B$2))

    The data in A1 is "hard-coded": If you want this to be dynamic i.e, select different dates then the formula needs to be updated.

    You can change it to TODAY() IF the the range A:F in OVERALL always contains TODAY()'s data.

    Example of "Dynamic" formula .....

    =SUMPRODUCT(--(INDEX(Overall!$4:$1000,,(MATCH($L$1,Overall!$2:$2,0)+MATCH($A3,Overall!$A$3:$F$3,0))-1)=M$2))

    Highlighted range will need to be changed for each "table"

    see table in L:U
    Attached Files Attached Files
    Last edited by JohnTopley; 12-23-2016 at 08:04 AM.

+ 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. Need Help With daily totals please.
    By cuteejhen12 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-04-2015, 12:54 AM
  2. MAX daily (or weekly) totals
    By collegeitdept in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-18-2014, 04:42 PM
  3. Compare daily and MTD totals to see if they add up
    By seanmh72 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-07-2014, 12:03 PM
  4. calculating daily totals
    By silverbirch in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-29-2013, 09:57 AM
  5. [SOLVED] How do I group daily totals into weekly/monthly/quarterly totals
    By situationroom in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-28-2013, 09:58 AM
  6. sum daily totals
    By fermerboy in forum Excel General
    Replies: 1
    Last Post: 06-28-2007, 10:38 PM
  7. [SOLVED] What formula can I use to get daily totals from list
    By in trouble in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-20-2005, 06:06 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