COUNTIF Help

  • Thread starter Thread starter raspywench
  • Start date Start date
R

raspywench

Hello,

I am trying to get a formula correct that basically performs the
following function:

=COUNT(IF(Data!$C$2:$C$191=Summary!B$3,IF(Data!$M$2:$M$191,"X",0)))...

But I want it to return the count of the "X"s in that column (right now
it omits the "X"s and counts the other cells.

Also, if I wanted to use this same formula and have it count the number
of "1"s, "2"s, or "3"s in a column, how would I do that?

Any help is appreciated! Thank you!
 
not sure I understand what you want to do but

=sumproduct((Data!$C$2:$C$191=Summary!B$3)*(Data!$M$ 2:$M$191="X"))

i think will do it - count x's in column M subject to meeting critier
for column
 

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

Scrabble Value calculation for Welsh words 0
countif 3
Countif 2
V-lookup and Countif 2
Countif contains a word in a reference cell 3
countifs 23
Excel Need Countifs Formula Help 0
Excel Help with dates 2

Back
Top