Countif And Function Help

  • Thread starter Thread starter william.mcseveney
  • Start date Start date
W

william.mcseveney

Hi

I need a forumula that will count the number of cells in a column with
a particular code eg AM1, and then look across a couple of columns and
check if that column has eg a 1 in it, if the result is true I want
the actual count of the number of cells referring to the code AM1 that
also meet the 2nd criteria.

hope that makes sense.

Many thanks

Will
 
Try something like this:

=SUMPRODUCT(--(A1:A100="AM1"),--(C1:C100=1))
 

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

Similar Threads

Fill Blank cells in a range 2
Excel Need Countifs Formula Help 0
help with a formulae 2
Countifs and date comparison 3
COUNTIFS 2
countif with multiple criteria 5
Converting an Excel file to PDF Q 1
countif function 3

Back
Top