+ Reply to Thread
Results 1 to 3 of 3

Thread: Countif Function

  1. #1
    Registered User
    Join Date
    04-25-2008
    Posts
    8

    Countif Function

    I have a column with patients' weights in for my research.
    I want to tally up the number of patients with a weight >=80 kg but < 100 kg.

    I am unable to write a suitable COUNTIF equation!

    I know this is really basic stuff but any help would be much appreciated!

    Andrew

  2. #2
    Valued Forum Contributor Portuga's Avatar
    Join Date
    02-20-2004
    Location
    Venezuela
    Posts
    696
    You can use a sumproduct formula:

    =Sumproduct((A1:A10>=80)*(A1:A10<=100))
    - Portuga

    There is no such thing as a problem, only a temporary lack of a solution


    In formulas,you might need to replace ; with , depending on your XL version

  3. #3
    Registered User
    Join Date
    04-25-2008
    Posts
    8
    Many thanks

+ 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.2.0