CountIF

  • Thread starter Thread starter conny80
  • Start date Start date
C

conny80

Hey,
I am trying to use the CountIF worksheet funktion on multipl
conditions.
In my formula I have got a column A1:A10 and whenever Excel find th
letter "U" there, it then should checks for the text "Carter" in th
same row in column C (the range C1:C10). And Excel should then give m
the aggregated numbers for "U" which have the name "Carter" in colum
C.

Is COUNTIF the right function therefore?
Thanks, Conn
 
Hi
try
=SUMPRODUCT((A1:A10="U")*(C1:C10="Carter"))

or
=SUMPRODUCT(--(A1:A10="U"),--(C1:C10="Carter"))
 

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

countif two conditions 4
value in cell B < value in cell A conditional format 3
Countif Based on Date Range 3
COUNTIF 5
Countif formula 2
COUNTIF on result of formula 4
SumProduct + CountIf 2
Nesting COUNTIF 3

Back
Top