+ Reply to Thread
Results 1 to 2 of 2

countif

  1. #1
    Snoz
    Guest

    countif

    Hi,

    I'm trying to count the number of cells within a column, that fall within a
    set range (50-120).

    I can create a formula that returns the number of cells which are greater
    than 50 (as below) but I'm really struggling when trying to create a formula
    to count the number of cells that fall within the range of 50 to 120 ?

    =COUNTIF(F2:F126,">50")

    This has been driving me made for a few hours now, so any help would be very
    gratefully received and probably save my hair line !!

    Thanks,
    Simon



  2. #2
    CLR
    Guest

    Re: countif

    =COUNTIF(A:A,"<=120")-COUNTIF(A:A,"<50")

    Vaya con Dios,
    Chuck, CABGx3



    "Snoz" <[email protected]> wrote in message
    news:[email protected]...
    > Hi,
    >
    > I'm trying to count the number of cells within a column, that fall within

    a
    > set range (50-120).
    >
    > I can create a formula that returns the number of cells which are greater
    > than 50 (as below) but I'm really struggling when trying to create a

    formula
    > to count the number of cells that fall within the range of 50 to 120 ?
    >
    > =COUNTIF(F2:F126,">50")
    >
    > This has been driving me made for a few hours now, so any help would be

    very
    > gratefully received and probably save my hair line !!
    >
    > Thanks,
    > Simon
    >
    >




+ 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