+ Reply to Thread
Results 1 to 2 of 2

Sumifs formula referencing cell generated by slicer/pivot table

  1. #1
    Forum Contributor
    Join Date
    07-17-2015
    Location
    Roanoke, Virginia
    MS-Off Ver
    2010
    Posts
    173

    Sumifs formula referencing cell generated by slicer/pivot table

    I have two data sources in a dashboard - one has slicers. Some data on the dashb needs a sumifs formula (or other if better) that can include a cell reference that is generated by the slicer (Member and Date)
    Only the month is necessary for the report so if dates are incompatible can they also be wildcarded?

    the attached review dashboard workbook has data for two people for two months with slicers.
    Any help is greatly appreciated.
    Jim
    Attached Files Attached Files

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Sumifs formula referencing cell generated by slicer/pivot table

    SUMIFS doesn't play so well with nested functions, so we can fall back on SUMPRODUCT.

    It essentially does the same thing in a slightly more roundabout way.
    The only thing it doesn't handle quite as well are undeclared row or columns such as A:A or 1:1, so we limit the search field to something reasonable. (I went with 110 rows; use what's applicable.)

    =SUMPRODUCT((TEXT('Daily Stat'!$A$2:$A$110,"mmm")=R8)*('Daily Stat'!$B$2:$B$110=R9)*('Daily Stat'!$C$2:$C$110))

    For the other cells, just adjust the column reference of the value array ('Daily Stat'!$C$2:$C$110) to what you're looking for.
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

+ 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. VBA to call out slicer from Pivot table based on cell value assigned.
    By jimmywong98 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-25-2014, 10:45 PM
  2. Pivot Table Slicer Problem
    By skate1991 in forum Excel General
    Replies: 2
    Last Post: 02-28-2014, 09:54 AM
  3. Slicer Not Recognizing Pivot Table
    By BigBadBill in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-31-2013, 12:22 PM
  4. [SOLVED] Use slicer selections on one pivot table to filter another pivot table
    By porkandbeans in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-06-2013, 12:30 AM
  5. Pivot Table (Slicer) Help
    By skate1991 in forum Excel General
    Replies: 0
    Last Post: 10-11-2012, 11:52 AM
  6. Disconnect a pivot table from a slicer
    By LisaK in forum Excel General
    Replies: 5
    Last Post: 04-12-2012, 11:07 AM
  7. Pivot Table Slicer Limit?
    By zlehmann in forum Excel General
    Replies: 0
    Last Post: 11-21-2011, 12:35 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