+ Reply to Thread
Results 1 to 3 of 3

Average of numbers in column between to other numbers

Hybrid View

  1. #1
    Ditandhischeese
    Guest

    Average of numbers in column between to other numbers

    If i have a big column of numbers, and i would want to select that column and
    find the averages of all the numbers in that column that are between 0 and
    500, how would i type that formula? Thanks!

  2. #2
    Peo Sjoblom
    Guest

    Re: Average of numbers in column between to other numbers

    One way

    =AVERAGE(IF((A1:A2000>0)*(A1:A2000<500),A1:A2000))

    entered with ctrl + shift & enter

    --
    Regards,

    Peo Sjoblom


    "Ditandhischeese" <Ditandhischeese@discussions.microsoft.com> wrote in
    message news:07E82578-9125-4C99-90D2-A4F159FBAE13@microsoft.com...
    > If i have a big column of numbers, and i would want to select that column
    > and
    > find the averages of all the numbers in that column that are between 0 and
    > 500, how would i type that formula? Thanks!




  3. #3
    CLR
    Guest

    Re: Average of numbers in column between to other numbers

    =(SUMIF(A:A,">0",A:A)-SUMIF(A:A,">500",A:A))/(COUNTIF(A:A,">0")-COUNTIF(A:A,
    ">500"))

    All on one line, watch out for email word-wrap

    Vaya con Dios,
    Chuck, CABGx3



    "Ditandhischeese" <Ditandhischeese@discussions.microsoft.com> wrote in
    message news:07E82578-9125-4C99-90D2-A4F159FBAE13@microsoft.com...
    > If i have a big column of numbers, and i would want to select that column

    and
    > find the averages of all the numbers in that column that are between 0 and
    > 500, how would i type that formula? Thanks!




+ 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.6.0 RC 1