Count if criteria is not equal to

  • Thread starter Thread starter Raquel
  • Start date Start date
R

Raquel

I am trying to do a count if statement where my criteria will not meet "C" -
so in column A - I want it to count all letters that are not equal to "C".
 
If you mean ignore cell entries with 'C' try the below formula

=COUNTA(A:I)-COUNTIF(A:I,"C")

If this post helps click Yes
 

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

Excel Need Countifs Formula Help 0
Counting Cells with Multiple Range Criteria (Excel 2003) 7
count if and 4
Access Dcount (multiple criteria) 3
Count if help 6
SUMPRODUCT/COUNTIF??? 5
COUNT function 1
counting cells with a criteria 7

Back
Top