+ Reply to Thread
Results 1 to 3 of 3

How do I use CountIf between ranges

  1. #1
    Registered User
    Join Date
    09-17-2003
    Location
    Scotland
    Posts
    59

    How do I use CountIf between ranges

    I have a list of percentages and I want to count which ones are greater than or equal to 4% and less than or equal to 5%. Have tried CountIf combined with And but can't get a valid answer.

    Shirley Munro

  2. #2
    Registered User
    Join Date
    01-22-2004
    Location
    UK
    Posts
    27
    =sumproduct((A1:A20>=4)*(A1:A20<=5))

    this should work you just need to adjust the range to your data.

  3. #3
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by Shirley Munro
    I have a list of percentages and I want to count which ones are greater than or equal to 4% and less than or equal to 5%. Have tried CountIf combined with And but can't get a valid answer.

    Shirley Munro
    =countif(A1:A100,">=4")-countif(A1:A100,">5")
    BenjieLop
    Houston, TX

+ 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