+ Reply to Thread
Results 1 to 4 of 4

Please help to write : Countif (range: >x and <y)

Hybrid View

  1. #1
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545

    Check your formula entry...

    The second formula from Mr. Shorty is correct

    =SUMPRODUCT(--(a10:z10>-3),--(a10:z10<0.4))

    This should work with or without being Array entered (CTRL+SHIFT+ENTER)

    Double check your entries to make sure they are valid.

    Another option is to use this formula:

    =COUNTIF(A10:Z10,"<0.4")-COUNTIF(A10:Z10,"<-3")

    or this:

    =COUNTIF(A10:H10,">-3")-COUNTIF(A10:H10,">0.4")

    Good Luck
    Last edited by swatsp0p; 05-20-2005 at 10:41 AM.
    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