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 / April 2007

Tip: Looking for answers? Try searching our database.

count if

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
cletabujol@gmail.com - 11 Apr 2007 22:18 GMT
how do i get the count if function to count based on certain concrete
conditions...if cell a1 >= condition a and <= condition b then add 1
to count...
Bob Phillips - 11 Apr 2007 22:26 GMT
single cell

=IF(AND(A1>=condition_a,A1<=condition_2),1,0)

range of cells

=SUMPRODUCT(--(A1:A10>=condition_1),--(A1:A10<=condition_2))

Signature

---
HTH

Bob

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

> how do i get the count if function to count based on certain concrete
> conditions...if cell a1 >= condition a and <= condition b then add 1
> to count...
 
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.