+ Reply to Thread
Results 1 to 4 of 4

Averaging with SUMPRODUCT

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

    Averaging with SUMPRODUCT

    Got a great formula from daffodil11 that solved the challenge of multiple data files and pulled references from cells generated by a slicer.
    Using this same formula I need to generate an average of what the sum product found. There are 6 scores 95,95,95,95,100,100 for an average of 96.67 (Total SUMPROD = 580). I've tried a few variations of average; averageif; counta

    =SUMPRODUCT((TEXT('Call Scores'!$B$2:$B$5002,"mmm")=S26)*('Call Scores'!$A$2:$A$5002=S9)*('Call Scores'!$C$2:$C$5002))

    Appreciate the assist
    Thanks
    Jim

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Averaging with SUMPRODUCT

    Average = SUM divided by COUNT

    So I assume you already have the SUM, provided by the formula you just posted.
    Let's say that formula is in cell A1 just for example.

    The COUNT would be
    =SUMPRODUCT((TEXT('Call Scores'!$B$2:$B$5002,"mmm")=S26)*('Call Scores'!$A$2:$A$5002=S9))

    So the Average would be
    =A1/SUMPRODUCT((TEXT('Call Scores'!$B$2:$B$5002,"mmm")=S26)*('Call Scores'!$A$2:$A$5002=S9))

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

    Re: Averaging with SUMPRODUCT

    Thanks so much - works perfectly
    I must be brain dead

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Averaging with SUMPRODUCT

    You're welcome

+ 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. Complicated averaging-- averaging data that matches certain intervals
    By atung in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 10-22-2014, 04:19 PM
  2. Count SUMPRODUCT Members / Average of SUMPRODUCT
    By Shingaru in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-10-2014, 03:59 PM
  3. Sumproduct and averaging date differential
    By Josh_123456 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-21-2014, 01:40 AM
  4. Averaging last 6 parameters using sumproduct
    By Spankyf in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-30-2012, 03:45 AM
  5. Replies: 1
    Last Post: 05-19-2012, 02:54 AM
  6. Replies: 5
    Last Post: 04-20-2012, 08:54 AM
  7. averaging on an "if" or "sumproduct"
    By Nancy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-07-2005, 03:10 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