+ Reply to Thread
Results 1 to 5 of 5

adding average to a sumproduct/sumif statement

  1. #1
    Forum Contributor
    Join Date
    07-21-2013
    Location
    washington dc
    MS-Off Ver
    365 MSO
    Posts
    473

    adding average to a sumproduct/sumif statement

    HI-

    I want to add average to
    Please Login or Register  to view this content.
    Below is my full formula

    Please Login or Register  to view this content.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: adding average to a sumproduct/sumif statement

    Do you mean this:

    ="Average is " & TEXT(SUMPRODUCT((Turnover!$B$4:$B$15="MTD")*(Turnover!$H$4:$H$15))/SUMPRODUCT((Turnover!$B$4:$B$15="MTD")*(Turnover!$E$4:$E$15)),"0.00")

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    07-21-2013
    Location
    washington dc
    MS-Off Ver
    365 MSO
    Posts
    473

    Re: adding average to a sumproduct/sumif statement

    that doesn't work, and I don't want the average of the whole formula, I just want the average values of (Turnover e4:e15)

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: adding average to a sumproduct/sumif statement

    Use this, then:

    =AVERAGE(Turnover!$E$4:$E$15)

    Hope this helps.

    Pete

  5. #5
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: adding average to a sumproduct/sumif statement

    Could this possibly be what you want? This is the average of the values in column E that match MTD in column B

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

+ 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: 0
    Last Post: 08-17-2012, 02:02 PM
  2. Adding an IF statement to a SUMPRODUCT Array
    By kgibson20 in forum Excel General
    Replies: 4
    Last Post: 01-03-2011, 01:23 PM
  3. How can I convert this sumif statement into a Sumproduct?
    By ggremel in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-26-2010, 05:47 PM
  4. Sumproduct OR adding criteria to Countif, Counta and Average
    By Wkruger in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 02-24-2010, 03:32 AM
  5. Nested SUMIF statement or multiple SUMIF's
    By Dan27 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-17-2009, 06:55 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