How do I count the items in one column if another column is blank

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking for an excel formula that would capture the counts of one column
(column A, that contains text and/or number) when the cells in another column
(column B) is blank. Any help would be great. Thanks!
 
=SUMPRODUCT(--(A1:A1000<>""),--(B1:B1000=""))

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top