Countif with conditions

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

Guest

Again, thanks in advance to all the helpers here.

I need to count non-blanks cells in column B depending on the content of the
columnA.

A B
50-01 12/12/05
50-01
30-02
 
Hi!

You didn't say what the dependent condition was.

Use this as a guide and fill in what the logical test is:

=SUMPRODUCT(--(A1:A10...some_logical_test),--(B1:B10<>""))

Biff
 
Thanks Biff, works perfect.


Biff said:
Hi!

You didn't say what the dependent condition was.

Use this as a guide and fill in what the logical test is:

=SUMPRODUCT(--(A1:A10...some_logical_test),--(B1:B10<>""))

Biff
 

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