+ Reply to Thread
Results 1 to 4 of 4

Averageifs Help.

  1. #1
    Registered User
    Join Date
    03-26-2017
    Location
    Texas, USA
    MS-Off Ver
    Google Sheets
    Posts
    3

    Averageifs Help.

    Hey Guys,

    I have had luck with the countifs function however the averageifs has got me stumped on this one.

    Problem;
    I need this to return an average list price of a home that sold between 2 dates,between 2 values, and keyword. Data is on a separate tab(not part of the problem).

    Column A Column B
    Status Asking Price
    Closed List of home values

    So I need to know what the average listing price is from 9/26/2016-3/26/2017 that is "Closed" and between 0 - 49999



    I have am using this countifs to return my number count. (and it is working)
    =countifs('MLS Data'!$A:$A,"Closed",'MLS Data'!$D:$D,">="&$C$17,'MLS Data'!$D:$D,"<="&$D$17,'MLS Data'!$B:$B,">=0",'MLS Data'!$B:$B,"<=49999")


    Any help would be great.

  2. #2
    Valued Forum Contributor
    Join Date
    05-08-2015
    Location
    Uvalde, TX
    MS-Off Ver
    2010
    Posts
    720

    Re: Averageifs Help.

    Hi,

    I think that what you are asking for is achievable. However, I would need to see a sample of your file.
    Recommend you upload a (sample/sanitized) working copy of your file.

    Cheers

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

    Re: Averageifs Help.

    You should be able to use exactly the same syntax as the COUNTIFS for your AVERAGEIFS, except with an added range to average at the start, I assume you are averaging the price. Did you try this?

    =AVERAGEIFS('MLS Data'!$B:$B,'MLS Data'!$A:$A,"Closed",'MLS Data'!$D:$D,">="&$C$17,'MLS Data'!$D:$D,"<="&$D$17,'MLS Data'!$B:$B,">=0",'MLS Data'!$B:$B,"<=49999")
    Audere est facere

  4. #4
    Registered User
    Join Date
    03-26-2017
    Location
    Texas, USA
    MS-Off Ver
    Google Sheets
    Posts
    3

    Re: Averageifs Help.

    THANK YOU. That worked flawlessly. I could not for the life of me figure out what I was doing wrong. Very happy I found this place.

+ 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
    By Sprout07 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-21-2016, 01:47 AM
  2. Averageifs
    By Tim Bos in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-26-2015, 09:41 AM
  3. [SOLVED] Averageifs
    By nd4spd in forum Excel General
    Replies: 7
    Last Post: 07-04-2014, 05:33 AM
  4. Averageifs.
    By lokpal.panwar in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-10-2014, 07:09 AM
  5. [SOLVED] AverageIfs, Max and Min
    By Odie2012 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-11-2012, 07:57 PM
  6. AverageIfs
    By DMAN11 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-07-2010, 05:31 PM
  7. Averageifs
    By rwtrader99 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-10-2010, 03:26 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