Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Countif Function

Is it possible in a single COUNTIF instruction to check for more than 1
*criteria*
Example: I want to know how many cells in A1:H100 hold a value of between 5
and 20.

TIA
Bill


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Countif Function

Hi Bill
The answer is no.
Instead use
=COUNTIF(A1:H100,"<="&20)-COUNTIF(A1:H100,"<"&5)


--
Regards
Roger Govier
"Bill R." wrote in message
...
Is it possible in a single COUNTIF instruction to check for more than 1
*criteria*
Example: I want to know how many cells in A1:H100 hold a value of between

5
and 20.

TIA
Bill




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
Countif Function Stephanie Excel Worksheet Functions 1 August 1st 07 08:30 PM
If Sum Countif Function Cliff Excel Worksheet Functions 1 April 21st 06 05:38 PM
please help how to combine IF function with Countif function Dinesh Excel Worksheet Functions 6 March 30th 06 08:28 PM
How do I use a countif function according to two other countif fu. Kirsty Excel Worksheet Functions 2 February 20th 06 11:44 AM
Embed a countif function in subtotal function? Stuck at work Excel Worksheet Functions 1 February 14th 06 03:19 AM


All times are GMT +1. The time now is 06:18 AM.

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

About Us

"It's about Microsoft Excel"