+ Reply to Thread
Results 1 to 5 of 5

Multiple Criteria - One Range

  1. #1
    Registered User
    Join Date
    03-19-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    12

    Angry Multiple Criteria - One Range

    I have read multiple forums and threads about this but I am still confused. I am trying to use an averageifs statement to get the average call for everything that was not from a certain caller ID.

    For instance, I want the average "Duration MM:SS" for all rows NOT containing caller ID "CallerID1"


    Any help is greatly appreciated.


    Attached is a sample excel doc.
    Attached Files Attached Files

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Multiple Criteria - One Range

    This can do it:

    =AVERAGEIF(C2:C5,"<>"&"CallerID1",I2:I5)

    • <> translates to: not equal to

  3. #3
    Registered User
    Join Date
    03-19-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: Multiple Criteria - One Range

    Awesome! What exactly does the "<>" part do here? Trying to wrap my head around this.

  4. #4
    Valued Forum Contributor
    Join Date
    02-05-2013
    Location
    Jakarta, Indonesia
    MS-Off Ver
    Excel 2013
    Posts
    571

    Re: Multiple Criteria - One Range

    Ooppss wrong formula, sorry
    Last edited by SDCh; 10-25-2013 at 11:36 AM.
    Click (*) if you received helpful response.

    Regards,
    David

  5. #5
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Multiple Criteria - One Range

    AVERAGEIF(C2:C5,"<>"&"CallerID1",I2:I5)

    The <> means ≠ or not equal.

    The operator is in quotes to separate the condition from trying to literally search cells in the range for "<>CallerID1"

+ 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. Countifs with multiple criteria in single criteria range
    By MCP313 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-01-2016, 03:51 AM
  2. [SOLVED] Macro DtRNG as Range, Dt as Range, Multiple Criteria or dates
    By Jack7774 in forum Excel Programming / VBA / Macros
    Replies: 25
    Last Post: 03-18-2013, 03:46 PM
  3. Replies: 3
    Last Post: 11-21-2012, 04:57 PM
  4. Replies: 6
    Last Post: 11-11-2012, 12:40 AM
  5. Replies: 1
    Last Post: 05-16-2011, 05:00 PM

Tags for this Thread

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