Count If Function

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

Guest

I am trying to write a formula to return a count if cell a1 equals "value a"
and cell a2 is not blank. I have tried various combinations of countif,
if(and..., counta, and count formulas with no success! Can anyone assist me
with creating a formula?

Thanks-
Michele
 
try
=sumproduct(--(A1:Z1="value a"),--(A2:Z2<>""))
assuming you want rows checked
 

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