+ Reply to Thread
Results 1 to 5 of 5

Averageifs formula same range but two different criteria

  1. #1
    Registered User
    Join Date
    01-15-2015
    Location
    California
    MS-Off Ver
    2010
    Posts
    96

    Question Averageifs formula same range but two different criteria

    Hello,
    Below is the formula I am trying to work with, but the additional criteria for a particular range is throwing me for a loop and I cannot fix. Help is needed.

    =AVERAGEIFS('Doc Movement'!$AB:$AB,'Doc Movement'!$H:$H,"GPC Admin Reps",'Doc Movement'!$H:$H,"GPC AR",'Doc Movement'!$J:$J,"Completion Point",'Doc Movement'!$Y:$Y,C11)

    In the H:H Column I want to have both the "GPC Admin Rep" and the "GPC AR" criteria averaged in the result.

    Thank you
    Last edited by Alphabex; 05-21-2015 at 05:48 PM.

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

    Re: Averageifs formula same range but two different criteria

    I would suggest a helper column on the Doc Movement page.
    Say column K for example.
    in K2 and filled down
    =OR(H2={"GPC Admin Reps","GPC AR"})

    Then use
    =AVERAGEIFS('Doc Movement'!$AB:$AB,'Doc Movement'!$K:$K,TRUE,'Doc Movement'!$J:$J,"Completion Point",'Doc Movement'!$Y:$Y,C11)

  3. #3
    Registered User
    Join Date
    01-15-2015
    Location
    California
    MS-Off Ver
    2010
    Posts
    96

    Re: Averageifs formula same range but two different criteria

    This is not the best option for me because I will have a variety of these formulas with multiple conditions. Any other suggestion?

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

    Re: Averageifs formula same range but two different criteria

    Quote Originally Posted by Alphabex View Post
    This is not the best option for me because I will have a variety of these formulas with multiple conditions. Any other suggestion?
    That's precisely the reason to do it with the helper column.
    You only have to create the helper column once.

    For ALL your multiple formulas that need to apply to only filtered rows, they merely need to use that same column as a criteria.

  5. #5
    Registered User
    Join Date
    01-15-2015
    Location
    California
    MS-Off Ver
    2010
    Posts
    96

    Re: Averageifs formula same range but two different criteria

    Oh okay, I see now. I am able to just combine all the options I would need for a particular averageifs formula. This is great. Thank you

+ 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. [SOLVED] AverageIFS multiple criteria in one range
    By AndreaJean18 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-02-2015, 10:30 AM
  3. AVERAGEIFS and range for criteria?
    By MaverickBlack in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-13-2015, 05:35 AM
  4. [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
  5. [SOLVED] Several formulas with specific range criteria (AVERAGEIFS, STDEV(IF), COUNTIFS)
    By thaphthia in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 04-11-2013, 05:22 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