+ Reply to Thread
Results 1 to 7 of 7

Excel 2007 : Averageif

  1. #1
    Registered User
    Join Date
    09-26-2008
    Location
    UK
    Posts
    5

    Averageif



    Hi

    I am trying to use the AVERAGEIF formula for the first time and am having problems. I have a list of data I want to get the average of while omitting values that fall below a number in a seperate cell. I can get the command to do this if I physically put the value into the formula but cannot reference the cell containing the value in the formula itself. Can this be done and if so how?

    Thanks in advance

    PaulMc
    Attached Files Attached Files

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436
    =average(averageif(h4:h9,">"&h2))
    Cheers
    Andy
    www.andypope.info

  3. #3
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326
    This one works also ( entered as an array formula)
    =AVERAGE(IF(H4:H9>H2,H4:H9,FALSE))

  4. #4
    Registered User
    Join Date
    09-26-2008
    Location
    UK
    Posts
    5
    Thanks for the info. Just what I needed

  5. #5
    Registered User
    Join Date
    09-26-2008
    Location
    UK
    Posts
    5
    This has helped with the 2007 version but is there a formula that is 2003 compatible as well? Seems that the workbook will be used by the older excel version as well

  6. #6
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326
    The formula I added works on older versions without a problem

  7. #7
    Registered User
    Join Date
    09-26-2008
    Location
    UK
    Posts
    5
    Many thanks

+ 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. Sumif, Averageif, Countif, From a range
    By Odysseus in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-09-2008, 12:43 PM
  2. Averageif in Excel 2003
    By John Bates in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-26-2008, 12:52 PM
  3. Averageif in Excel 2003:replace
    By John Bates in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-06-2008, 03:28 PM
  4. AverageIf
    By Guikey in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-28-2008, 05:40 PM
  5. AverageIF in Excel 2003
    By Kourech in forum Excel General
    Replies: 3
    Last Post: 05-09-2008, 04:46 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