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 / March 2006

Tip: Looking for answers? Try searching our database.

How can I count conditional blank cells?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bruce Henson - 29 Mar 2006 15:50 GMT
I want to count blank cells in one column where a certain value exists in
another column.   DCOUNT and COUNTIF don't work for this purpose.  For
example, I want to count the blank cells in column B where the Cells in
Column A equal "John":

        A             B
1    John            5
2    John      
3    John            7
4    Mike            1
Ron Coderre - 29 Mar 2006 16:02 GMT
Try something like this:

C1: =SUMPRODUCT((A1:A100="John")*ISBLANK(B1:B100))

Change range references to suit your situation.

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro

> I want to count blank cells in one column where a certain value exists in
> another column.   DCOUNT and COUNTIF don't work for this purpose.  For
[quoted text clipped - 6 lines]
> 3    John            7
> 4    Mike            1
SteveG - 29 Mar 2006 16:10 GMT
Bruce,

=SUMPRODUCT((A1:A4="John")*(ISBLANK(B1:B4)))

Regards,

Steve

Signature

SteveG

 
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.