+ Reply to Thread
Results 1 to 3 of 3

Thread: AVERAGE numbers in a list greater than...

  1. #1
    Registered User
    Join Date
    03-08-2011
    Location
    Missouir
    MS-Off Ver
    Excel 2007
    Posts
    2

    AVERAGE numbers in a list greater than...

    I need some assistance coming up with a way to Average numbers in a list greater than a number in that list. The biggest hurdle I have is that the list cannot be sorted..... Example:

    I want to Average the numbers in a list that are greater than the first number (so i want the average of all numbers in the list that are greater than .332 returned in B1 and all the numbers in the list greater than .378 returned in B2 (the catch is that these numbers are cell references (and have to be) so I cannot just averageif > .332 it would be averageif > A1 which I cannot get to work.... Any help would be appreciated....


    A B
    .332
    .378
    .359
    .396
    .395
    .384
    .380
    .410
    .345
    .412
    .416
    .399
    .419
    .430
    .465
    .429

  2. #2
    Forum Moderator DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Suffolk, UK
    MS-Off Ver
    2002, 2007 & 2010
    Posts
    21,423

    Re: AVERAGE numbers in a list greater than...

    It sounds as though it's simply the syntax that's causing you the issue (re: AVERAGEIF)

    B1:
    =AVERAGEIF(A:A,">"&A1)
    copied down

  3. #3
    Registered User
    Join Date
    03-08-2011
    Location
    Missouir
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: AVERAGE numbers in a list greater than...

    Thanks for help... Problem solved.... Issues was a little deeper (info i did not provide), but your help definately got me where I needed to be.....

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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.2.0