+ Reply to Thread
Results 1 to 4 of 4

Need sum total of categories per interval based on agent schedules and their categories

  1. #1
    Registered User
    Join Date
    06-18-2020
    Location
    Arizona
    MS-Off Ver
    Office 365
    Posts
    75

    Need sum total of categories per interval based on agent schedules and their categories

    Hi all,

    I would like to have a summed total of categories per time interval based on what agents have the category and their schedule. I wracked my brain trying to figure out how I could do a SUMIFS between two tables but I ultimately failed, and also thought about doing this in a pivot table form but I don't believe that's possible either.

    please see attached, thanks!
    Attached Files Attached Files
    Last edited by cph020283; 06-24-2021 at 05:12 PM.

  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,202

    Re: Need sum total of categories per interval based on agent schedules and their categorie

    In F22

    =SUMPRODUCT(($F$13:$AE$18=1)*($F$12:$AE$12=F$21)*(INDEX($F$4:$N$9,,MATCH($E22,$F$3:$N$3,0))=1))

    Copy across and down

    It would have helped if you had provided sample results based on the data rather than a set of random numbers
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    06-18-2020
    Location
    Arizona
    MS-Off Ver
    Office 365
    Posts
    75

    Re: Need sum total of categories per interval based on agent schedules and their categorie

    Brilliant, I am going to be getting familiar with SUMPRODUCT, INDEX, and MATCH as a result of this. Thank you so much!

  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,202

    Re: Need sum total of categories per interval based on agent schedules and their categorie

    You're welcome.

    Please mark as SOLVED via "Thread Tools" at top of page.

+ 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. Data Validation from another Workbook (categories and sub categories)
    By pingoui in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 12-07-2019, 04:59 AM
  2. [SOLVED] How to total categories...
    By TheVolkinator in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-30-2017, 08:50 PM
  3. COUNTIFS to segregate the total value into different categories
    By kai. in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-14-2017, 05:31 AM
  4. Replies: 1
    Last Post: 05-15-2013, 06:55 AM
  5. Using Module to Break Time Elapsed into two categories based on Interval
    By staplegunz in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-12-2011, 09:45 PM
  6. Replies: 0
    Last Post: 07-22-2011, 03:51 PM
  7. Categories and Sub-Categories in Column Charts
    By theoneness in forum Excel General
    Replies: 2
    Last Post: 11-28-2009, 10:05 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