+ Reply to Thread
Results 1 to 10 of 10

Counting Numbers in an Interval

  1. #1
    Leslie Coover
    Guest

    Re: Counting Numbers in an Interval

    The answer to this question was previously posted (excuse my post) see
    Trevor Shuttleworth

    =SUMPRODUCT(--($A$1:$A$25>=$D$6),--($A$1:$A$25<$E$6))

    where $D$6 = 6.1 and $E$6 = 10.7 etc.

    Thanks, sorry for the needless post.

    Les

    "Leslie Coover" <[email protected]> wrote in message
    news:c3hIe.30$U92.23@okepread06...
    > MS Excel 2000
    >
    > For 25 numbers in the range A1:A25 how can I count
    > the ones that are >= 6.41 and < 10.07?
    >
    > Thanks!
    >
    > Les
    >




  2. #2
    JE McGimpsey
    Guest

    Re: Counting Numbers in an Interval

    One way:

    =SUMPRODUCT(--(A1:A25>=6.41),--(A1:A25<10.07))

    another:

    =COUNTIF(A1:A25,">=6.41") - COUNTIF(A1:A25,">=10.07")

    another:

    =COUNTIF(A1:A25,"<10.07") - COUNTIF(A1:A25,"<6.41")

    In article <c3hIe.30$U92.23@okepread06>,
    "Leslie Coover" <[email protected]> wrote:

    > MS Excel 2000
    >
    > For 25 numbers in the range A1:A25 how can I count
    > the ones that are >= 6.41 and < 10.07?
    >
    > Thanks!
    >
    > Les


  3. #3
    R.VENKATARAMAN
    Guest

    Re: Counting Numbers in an Interval

    try something like this

    =countif(datarange,">6.41")-countif(datarange,">10.07")


    Leslie Coover <[email protected]> wrote in message
    news:c3hIe.30$U92.23@okepread06...
    > MS Excel 2000
    >
    > For 25 numbers in the range A1:A25 how can I count
    > the ones that are >= 6.41 and < 10.07?
    >
    > Thanks!
    >
    > Les
    >
    >




  4. #4
    Leslie Coover
    Guest

    Re: Counting Numbers in an Interval

    The answer to this question was previously posted (excuse my post) see
    Trevor Shuttleworth

    =SUMPRODUCT(--($A$1:$A$25>=$D$6),--($A$1:$A$25<$E$6))

    where $D$6 = 6.1 and $E$6 = 10.7 etc.

    Thanks, sorry for the needless post.

    Les

    "Leslie Coover" <[email protected]> wrote in message
    news:c3hIe.30$U92.23@okepread06...
    > MS Excel 2000
    >
    > For 25 numbers in the range A1:A25 how can I count
    > the ones that are >= 6.41 and < 10.07?
    >
    > Thanks!
    >
    > Les
    >




  5. #5
    JE McGimpsey
    Guest

    Re: Counting Numbers in an Interval

    One way:

    =SUMPRODUCT(--(A1:A25>=6.41),--(A1:A25<10.07))

    another:

    =COUNTIF(A1:A25,">=6.41") - COUNTIF(A1:A25,">=10.07")

    another:

    =COUNTIF(A1:A25,"<10.07") - COUNTIF(A1:A25,"<6.41")

    In article <c3hIe.30$U92.23@okepread06>,
    "Leslie Coover" <[email protected]> wrote:

    > MS Excel 2000
    >
    > For 25 numbers in the range A1:A25 how can I count
    > the ones that are >= 6.41 and < 10.07?
    >
    > Thanks!
    >
    > Les


  6. #6
    R.VENKATARAMAN
    Guest

    Re: Counting Numbers in an Interval

    try something like this

    =countif(datarange,">6.41")-countif(datarange,">10.07")


    Leslie Coover <[email protected]> wrote in message
    news:c3hIe.30$U92.23@okepread06...
    > MS Excel 2000
    >
    > For 25 numbers in the range A1:A25 how can I count
    > the ones that are >= 6.41 and < 10.07?
    >
    > Thanks!
    >
    > Les
    >
    >




  7. #7
    Leslie Coover
    Guest

    Counting Numbers in an Interval

    MS Excel 2000

    For 25 numbers in the range A1:A25 how can I count
    the ones that are >= 6.41 and < 10.07?

    Thanks!

    Les



  8. #8
    Leslie Coover
    Guest

    Re: Counting Numbers in an Interval

    The answer to this question was previously posted (excuse my post) see
    Trevor Shuttleworth

    =SUMPRODUCT(--($A$1:$A$25>=$D$6),--($A$1:$A$25<$E$6))

    where $D$6 = 6.1 and $E$6 = 10.7 etc.

    Thanks, sorry for the needless post.

    Les

    "Leslie Coover" <[email protected]> wrote in message
    news:c3hIe.30$U92.23@okepread06...
    > MS Excel 2000
    >
    > For 25 numbers in the range A1:A25 how can I count
    > the ones that are >= 6.41 and < 10.07?
    >
    > Thanks!
    >
    > Les
    >




  9. #9
    JE McGimpsey
    Guest

    Re: Counting Numbers in an Interval

    One way:

    =SUMPRODUCT(--(A1:A25>=6.41),--(A1:A25<10.07))

    another:

    =COUNTIF(A1:A25,">=6.41") - COUNTIF(A1:A25,">=10.07")

    another:

    =COUNTIF(A1:A25,"<10.07") - COUNTIF(A1:A25,"<6.41")

    In article <c3hIe.30$U92.23@okepread06>,
    "Leslie Coover" <[email protected]> wrote:

    > MS Excel 2000
    >
    > For 25 numbers in the range A1:A25 how can I count
    > the ones that are >= 6.41 and < 10.07?
    >
    > Thanks!
    >
    > Les


  10. #10
    R.VENKATARAMAN
    Guest

    Re: Counting Numbers in an Interval

    try something like this

    =countif(datarange,">6.41")-countif(datarange,">10.07")


    Leslie Coover <[email protected]> wrote in message
    news:c3hIe.30$U92.23@okepread06...
    > MS Excel 2000
    >
    > For 25 numbers in the range A1:A25 how can I count
    > the ones that are >= 6.41 and < 10.07?
    >
    > Thanks!
    >
    > Les
    >
    >




+ 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