Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / May 2008

Tip: Looking for answers? Try searching our database.

Multiple conditions in a COUNTIF

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
John - 24 May 2008 00:37 GMT
How do I do a set up the fcn to count all cells in a range that are >0% and
<25%?
AG - 24 May 2008 00:47 GMT
> How do I do a set up the fcn to count all cells in a range that are >0% and
> <25%?

Hi John,
Try using this: SUMPRODUCT((cellrange>0)*1,(cellrange<0.25)*1)
Regards,
-AG
Bob Phillips - 24 May 2008 00:53 GMT
=COUNTIF(A:A,">0")-COUNTIF(A1:A20,">=.25")

Signature

---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

> How do I do a set up the fcn to count all cells in a range that are >0%
> and
> <25%?
Bob Phillips - 24 May 2008 01:03 GMT
That was meant to be

=COUNTIF(A:A,">0")-COUNTIF(A:A,">=.25")

Signature

---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

> =COUNTIF(A:A,">0")-COUNTIF(A1:A20,">=.25")
>
>> How do I do a set up the fcn to count all cells in a range that are >0%
>> and
>> <25%?
Teethless mama - 24 May 2008 03:03 GMT
=SUM(COUNTIF(A:A,{">0",">=0.25"})*{1,-1})

> How do I do a set up the fcn to count all cells in a range that are >0% and
> <25%?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.