+ Reply to Thread
Results 1 to 2 of 2

How do I use CountIf formula to count a within a range of numbers

  1. #1
    Registered User
    Join Date
    07-08-2005
    Posts
    54

    How do I use CountIf formula to count a within a range of numbers

    I'd like to know how to use the countIF formula better. I have a pool of 50 returns that I'm trying to group within a couple of ranges. 30 and below, 31 to 40, 41 to 50, 51 to 60, ect... I am using the pool of 50 returns as the range but am having trouble defining the criteria when it comes to looking for numbers that fall between a group, ex 41 to 50.

  2. #2
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    Use two countif functions as such:

    =COUNTIF(A1:A50,"<=50")-COUNTIF(A1:A50,"<41") returns the count of items between 41-50 (both inclusive).

    adjust the range as needed and substitute values to meet your needs.

    of course, =COUNTIF(A1:A50,"<30") is all you need for your first criteria.

    HTH
    Bruce
    The older I get, the better I used to be.
    USA

+ 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