+ Reply to Thread
Results 1 to 5 of 5

AVERAGE IF for a range?

Hybrid View

  1. #1
    Registered User
    Join Date
    02-06-2015
    Location
    USA
    MS-Off Ver
    2013
    Posts
    2

    Exclamation AVERAGE IF for a range?

    So what I need to do is find the average premium for a certain insurance policies. So for example, for under age 57, I just use =AVERAGEIF(cells with ages, "<57", premiums) but now I need to find it for a premium of ages 58-75, so how would I write the criteria?

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: AVERAGE IF for a range?

    You can use AVERAGEIFS like this

    =AVERAGEIFS(premiums,cells with ages,">=58",cells with ages,"<=75")
    Audere est facere

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

    Re: AVERAGE IF for a range?

    Try it this way:

    =AVERAGEIFS(premiums, cells with ages, ">57", cells with ages, "<=75")

    Note that the syntax for AVERAGEIFS is slightly different than for AVERAGEIF - the first parameter is for the range you want to average, then you have pairs of range_for_condition and the condition itself, which are ANDed together.

    Hope this helps.

    Pete

  4. #4
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: AVERAGE IF for a range?

    AVERAGEIFS lets you add in more than one criteria:

    =AVERAGEIFS(premiums,cells with ages,">=58",cells with ages,"<75")
    Will that work?
    Spread the love, add to the Rep

    "None of us are as smart as all of us."

  5. #5
    Registered User
    Join Date
    02-06-2015
    Location
    USA
    MS-Off Ver
    2013
    Posts
    2

    Re: AVERAGE IF for a range?

    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. to find average with multiple avg range list ( more then 1 avg range)
    By rishikrsaw in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-25-2014, 03:14 PM
  2. [SOLVED] Averageif(range,monthcriteria,[average range])???
    By athyeh in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-19-2013, 12:09 PM
  3. Replies: 1
    Last Post: 07-27-2012, 05:37 PM
  4. How Do I Average A Range On A Different Worksheet Then Paste The Average To A Cell
    By Cfallscat in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-15-2011, 04:14 AM
  5. Input range only and calculate Average of that range in another cell
    By Kokomo in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-27-2007, 09:35 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