Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Kblue74
 
Posts: n/a
Default Count if number between two numbers in Excel?

I am trying to count how many times a number =94 and <95 occurs in a column?
I can get it to count how many above a number or below but not in between.
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

one way:

=COUNTIF(A:A,"=94") - COUNTIF(A:A,"=95")


another:

=SUMPRODUCT(--(INT(A1:A1000)=94))

In article ,
"Kblue74" wrote:

I am trying to count how many times a number =94 and <95 occurs in a column?
I can get it to count how many above a number or below but not in between.

  #3   Report Post  
Kblue74
 
Posts: n/a
Default


The countif function worked as needed. Thank you.

"Kblue74" wrote:

I am trying to count how many times a number =94 and <95 occurs in a column?
I can get it to count how many above a number or below but not in between.

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
Count number of times a specific number is displayed in a cell ran subs Excel Worksheet Functions 1 June 27th 05 05:01 PM
Count and Sum Total occurrances of two specific numbers Sam via OfficeKB.com Excel Worksheet Functions 10 March 29th 05 08:13 PM
Excel: Which numbers in a column equal a certain number (withou. Pax Excel Worksheet Functions 1 March 6th 05 03:42 AM
count a group of numbers but do not count duplicates Lisaml Excel Worksheet Functions 2 January 26th 05 11:19 PM
Can the number of times undo is used in Excel 2002 be increased? Austrian Hannes Setting up and Configuration of Excel 2 December 6th 04 05:54 PM


All times are GMT +1. The time now is 04:46 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"