+ Reply to Thread
Results 1 to 4 of 4

Is there an AVERAGEIF function similar to COUNTIF - how do I do i.

Hybrid View

  1. #1
    John Emhof
    Guest

    Is there an AVERAGEIF function similar to COUNTIF - how do I do i.

    I need to determine the average value from a range of values for those values
    in that range that are larger than a certain value. This would act similiar
    to the COUNTIF function, but it doesn't seem to exist.

  2. #2
    Niek Otten
    Guest

    Re: Is there an AVERAGEIF function similar to COUNTIF - how do I do i.

    =SUMIF(A1:A100,"<200")/COUNTIF(A1:A100,"<200")

    --
    Kind regards,

    Niek Otten

    "John Emhof" <John Emhof@discussions.microsoft.com> wrote in message
    news:CB387BD5-6B76-46D9-85D2-BCF0BE72D570@microsoft.com...
    >I need to determine the average value from a range of values for those
    >values
    > in that range that are larger than a certain value. This would act
    > similiar
    > to the COUNTIF function, but it doesn't seem to exist.




  3. #3
    John Emhof
    Guest

    Re: Is there an AVERAGEIF function similar to COUNTIF - how do I d

    Thanks! Very helpful

    "Niek Otten" wrote:

    > =SUMIF(A1:A100,"<200")/COUNTIF(A1:A100,"<200")
    >
    > --
    > Kind regards,
    >
    > Niek Otten
    >
    > "John Emhof" <John Emhof@discussions.microsoft.com> wrote in message
    > news:CB387BD5-6B76-46D9-85D2-BCF0BE72D570@microsoft.com...
    > >I need to determine the average value from a range of values for those
    > >values
    > > in that range that are larger than a certain value. This would act
    > > similiar
    > > to the COUNTIF function, but it doesn't seem to exist.

    >
    >
    >


  4. #4
    Don Guillett
    Guest

    Re: Is there an AVERAGEIF function similar to COUNTIF - how do I do i.

    this is an array formula so must be entered with ctrl+shift+enter

    =AVERAGE(IF(C3:C23>3,C3:C23))

    --
    Don Guillett
    SalesAid Software
    dguillett1@austin.rr.com
    "John Emhof" <John Emhof@discussions.microsoft.com> wrote in message
    news:CB387BD5-6B76-46D9-85D2-BCF0BE72D570@microsoft.com...
    >I need to determine the average value from a range of values for those
    >values
    > in that range that are larger than a certain value. This would act
    > similiar
    > to the COUNTIF function, but it doesn't seem to exist.




+ 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