+ Reply to Thread
Results 1 to 3 of 3

Count???

  1. #1
    Registered User
    Join Date
    10-30-2003
    Posts
    49

    Count???

    I have a range of numbers that I would like to count by criteria. Criteria would be a range...say (>=20 and <=40). Is this possible to do with countif?

    52
    18
    21
    24
    33
    36
    47

  2. #2
    Registered User
    Join Date
    01-20-2005
    Posts
    21
    For more than one criteria you need to use SUMPRODUCT or an array formula:

    SUMPRODUCT formula would be:

    =SUMPRODUCT((A1:A6>=20)*(A1:A6<=40))

  3. #3
    Registered User
    Join Date
    10-30-2003
    Posts
    49
    Thank you for your assistance.

+ 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