+ Reply to Thread
Results 1 to 4 of 4

Index/Match and AverageIfs (I think)

  1. #1
    Registered User
    Join Date
    02-28-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    12

    Index/Match and AverageIfs (I think)

    Need help with a problem here. For the attached table, I need to get the AVERAGE of values in column labeled C when the value in column A is "x" and the value in column B is "a" or "b" or "d" or "r" or "t". I think I have to use some combination of averageifs and index/match but I'm not sure how. Any help would be appreciated. Thank you.
    Attached Files Attached Files
    Last edited by opsanalysis07; 10-08-2014 at 01:55 AM.

  2. #2
    Registered User
    Join Date
    02-28-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: Index/Match and AverageIfs (I think)

    Forgot, for the attached file the answer should return 13
    Last edited by opsanalysis07; 10-08-2014 at 01:50 AM.

  3. #3
    Valued Forum Contributor wenqq3's Avatar
    Join Date
    04-01-2013
    Location
    Malaysia
    MS-Off Ver
    Excel 2003
    Posts
    868

    Re: Index/Match and AverageIfs (I think)

    =AVERAGE(IF((Table1[A]="x")*(Table1[B]={"a","b","d","r","t"}),Table1[C]))

    CTRL + SHIFT + ENTER
    -If the problem is solved, please mark your thread as Solved: Click Thread Tools above your first post, select "Mark your thread as Solved".

    -Always upload a workbook before start your question
    To attach a file, push the button with the paperclip (or scroll down to the Manage Attachments button), browse to the required file, and then push the Upload button.

    +++ If my answer(s) helped you, please add me reputation by click on * +++

  4. #4
    Valued Forum Contributor wenqq3's Avatar
    Join Date
    04-01-2013
    Location
    Malaysia
    MS-Off Ver
    Excel 2003
    Posts
    868

    Re: Index/Match and AverageIfs (I think)

    Thanks for the feedback:D

+ 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: 6
    Last Post: 04-30-2014, 02:42 AM
  2. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  3. Index with sumifs and averageifs
    By LUNARCEA in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-29-2013, 11:59 AM
  4. Replies: 3
    Last Post: 05-02-2013, 01:31 AM
  5. Replies: 5
    Last Post: 02-29-2012, 08:51 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