Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Ronbo
 
Posts: n/a
Default Countif between two values

How do I get Countif to count the number of occurrences between 95 and 100?

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

If you want to use countif for this, you'll have to use something like;

=COUNTIF(A1:A10,"=95")-COUNTIF(A1:A10,"100")

Watch the and = signs of course to make sure they fit ur needs.

"Ronbo" wrote in message
...
How do I get Countif to count the number of occurrences between 95 and

100?

Thanks



  #3   Report Post  
Jason Morin
 
Posts: n/a
Default

Several ways:

=COUNTIF(A1:A10,"=95")-COUNTIF(A1:A10,"100")
=COUNT(A1:A10)-SUM(COUNTIF(A1:A10,{"<95","100"}))
=SUM(COUNTIF(A1:A10,{"=95","100"})*{1,-1})
=SUMPRODUCT(--(A1:A10=95),--(A1:A10<=100))

HTH
Jason
Atlanta, GA

-----Original Message-----
How do I get Countif to count the number of occurrences

between 95 and 100?

Thanks
.

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
Zero values in a log chart Joelle_Smith Charts and Charting in Excel 2 May 8th 23 03:42 AM
Creating an EXCEL COUNTIF formula for a range of values Pat Walsh Excel Discussion (Misc queries) 5 January 21st 05 02:57 PM
Second serie doesn't use X-as values JackRnl Charts and Charting in Excel 1 January 20th 05 01:04 AM
Countif - Countif maswinney Excel Worksheet Functions 3 November 15th 04 11:06 PM
Countif ??? terryv Excel Worksheet Functions 2 November 8th 04 09:03 AM


All times are GMT +1. The time now is 01:36 AM.

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"