+ Reply to Thread
Results 1 to 5 of 5

Excel COUNTIF function

  1. #1
    Viks
    Guest

    Excel COUNTIF function

    How do I count if values in a table that are >=100 and <=200?

  2. #2
    Bob Phillips
    Guest

    Re: Excel COUNTIF function

    =COUNTIF(A:A,">=100")-COUNTIF(A:A,">200")

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Viks" <[email protected]> wrote in message
    news:[email protected]...
    > How do I count if values in a table that are >=100 and <=200?




  3. #3
    RagDyeR
    Guest

    Re: Excel COUNTIF function

    One way:

    =SUMPRODUCT((A1:A30>=100)*(A1:A30<=200))


    Another way:

    =COUNTIF(A1:A30,">=100")-COUNTIF(A1:A30,">200")
    --

    HTH,

    RD
    =====================================================
    Please keep all correspondence within the Group, so all may benefit!
    =====================================================


    "Viks" <[email protected]> wrote in message
    news:[email protected]...
    How do I count if values in a table that are >=100 and <=200?



  4. #4
    Viks
    Guest

    Re: Excel COUNTIF function

    Thanks, much appreciated! The second option works really cool and easy.

    Best Regards
    Viks

    "RagDyeR" wrote:

    > One way:
    >
    > =SUMPRODUCT((A1:A30>=100)*(A1:A30<=200))
    >
    >
    > Another way:
    >
    > =COUNTIF(A1:A30,">=100")-COUNTIF(A1:A30,">200")
    > --
    >
    > HTH,
    >
    > RD
    > =====================================================
    > Please keep all correspondence within the Group, so all may benefit!
    > =====================================================
    >
    >
    > "Viks" <[email protected]> wrote in message
    > news:[email protected]...
    > How do I count if values in a table that are >=100 and <=200?
    >
    >
    >


  5. #5
    Viks
    Guest

    Re: Excel COUNTIF function

    Thanks Bob, much appreciated, works really well and easy.

    Best Regards
    Viks

    "Bob Phillips" wrote:

    > =COUNTIF(A:A,">=100")-COUNTIF(A:A,">200")
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > (remove nothere from email address if mailing direct)
    >
    > "Viks" <[email protected]> wrote in message
    > news:[email protected]...
    > > How do I count if values in a table that are >=100 and <=200?

    >
    >
    >


+ 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