+ Reply to Thread
Results 1 to 5 of 5

Formula- Count of items that meet a specific range criteria

  1. #1
    Forum Contributor
    Join Date
    06-26-2012
    Location
    UAE
    MS-Off Ver
    Excel 2003
    Posts
    274

    Formula- Count of items that meet a specific range criteria

    Hello Dear Friends,

    In desperate help.

    Please refer attached excel sheet below. Could you please suggest a formula to get the count of items that fall in a specific data range ?

    Any help will be greatly appreciated.


    Regards,
    Dumbo

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Formula- Count of items that meet a specific range criteria

    This will get you cell B2: =SUMPRODUCT((B$17:B$25>=0.72)*(B$17:B$25<=0.849))

    You can adjust the values as necessary down the rows for higher percentages.

    - Moo

  3. #3
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Formula- Count of items that meet a specific range criteria

    Since I am bored...

    These can be entered in the appropriate cells, then copied right:

    B2: =SUMPRODUCT((B$17:B$25>=0.72)*(B$17:B$25<=0.849))
    B3: =SUMPRODUCT((B$17:B$25>=0.85)*(B$17:B$25<=0.899))
    B4: =SUMPRODUCT((B$17:B$25>=0.9)*(B$17:B$25<=0.999))
    B5: =SUMPRODUCT((B$17:B$25>=1)*(B$17:B$25<=1.099))
    B6: =SUMPRODUCT((B$17:B$25>=1.1)*(B$17:B$25<=1.18))
    B7: =COUNTIF(B$17:B$25,">=1.19")

    - Moo

  4. #4
    Forum Contributor
    Join Date
    06-26-2012
    Location
    UAE
    MS-Off Ver
    Excel 2003
    Posts
    274

    Re: Formula- Count of items that meet a specific range criteria

    HI Moo, Worked like Magic. Thanks heaps. Big stars to you.

  5. #5
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Formula- Count of items that meet a specific range criteria

    You're welcome. Glad to help.

    Moo likes stars.

    - Moo

+ 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