Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Leslie Coover
 
Posts: n/a
Default 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


  #2   Report Post  
R.VENKATARAMAN
 
Posts: n/a
Default

try something like this

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


Leslie Coover 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




  #3   Report Post  
Leslie Coover
 
Posts: n/a
Default

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" 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   Report Post  
JE McGimpsey
 
Posts: n/a
Default

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" 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
counting only specific numbers in column Alex C Excel Worksheet Functions 2 May 25th 05 08:32 PM
Counting occurance of letters or numbers csfrolich Excel Discussion (Misc queries) 9 March 25th 05 04:10 PM
Counting differences in numbers across columns Ted Metro Excel Worksheet Functions 3 March 11th 05 09:50 PM
Counting multiple numbers in one cell clubin Excel Worksheet Functions 6 December 8th 04 02:47 PM
Counting Numbers with Text scottymelloty Excel Worksheet Functions 6 November 22nd 04 08:31 PM


All times are GMT +1. The time now is 05:40 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"