+ Reply to Thread
Results 1 to 3 of 3

AverageIFS multiple criteria in one range

  1. #1
    Registered User
    Join Date
    04-15-2014
    Location
    Toms River, NJ
    MS-Off Ver
    Excel 2010
    Posts
    37

    AverageIFS multiple criteria in one range

    In the attached workbook, I would like to create a formula on Sheet 2, Column B, that averages the Sheet RR, Column J, when the Descripton on Sheet 2 matches the Description on Sheet RR AND Sheet RR Column H contains either "New" OR "Transfer. Can you do an AverageIFS based on an OR?Tilley.xlsx

  2. #2
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: AverageIFS multiple criteria in one range

    This should help:
    http://www.excel-university.com/sumifs-with-or/

    It seems you will need an array formula:
    http://www.mrexcel.com/forum/excel-q...o-somehow.html
    Last edited by mikeTRON; 04-02-2015 at 10:28 AM.
    Please ensure you mark your thread as Solved once it is. Click here to see how.
    If a post helps, please don't forget to add to our reputation by clicking the star icon in the bottom left-hand corner of a post.

  3. #3
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: AverageIFS multiple criteria in one range

    I'm not aware that AVERAGEIFS can do an OR
    Try
    =IF(SUMPRODUCT(--(RR!D$1:D$537=A1)*((RR!H$1:H$537="New")+(RR!H$1:H$537="Transfer")))=0,0,SUMPRODUCT((RR!D$1:D$537=A1)*((RR!H$1:H$537="New")+(RR!H$1:H$537="Transfer")))/SUMPRODUCT(--(RR!D$1:D$537=A1)*((RR!H$1:H$537="New")+(RR!H$1:H$537="Transfer")))/SUMPRODUCT(--(RR!D$1:D$537=A1)*((RR!H$1:H$537="New")+(RR!H$1:H$537="Transfer"))))

    Blimey! SUMIFs and COUNTIFs would probably be better as suggested
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ 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. AVERAGEIFS with multiple criteria on one range
    By ctsmith84 in forum Excel General
    Replies: 7
    Last Post: 04-23-2020, 11:31 PM
  2. AVERAGEIFS and range for criteria?
    By MaverickBlack in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-13-2015, 05:35 AM
  3. [SOLVED] Macro for AverageIFS, with multiple criteria in the same criteria range
    By Faridwahidi in forum Excel Programming / VBA / Macros
    Replies: 21
    Last Post: 05-24-2014, 01:13 AM
  4. [SOLVED] AVERAGEIFS with multiple criteria
    By bibu in forum Excel General
    Replies: 5
    Last Post: 03-22-2014, 03:28 PM
  5. [SOLVED] Averageifs with multiple criteria
    By jbillyo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-02-2013, 04:13 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