Countif with criteria

  • Thread starter Thread starter NM
  • Start date Start date
N

NM

Hi, I have column B which can have a,0,1,sh as its input. I have another
column c which can have I,X,D,M as its input. I want to count all the "I" in
column c only if Column B=1.

I do not want to count the "I" in column c if column B has 0,1 or sh.

Thanks for you help.
 
Please do not multipost, you have already received multiple answers to your
first post

--


Regards,


Peo Sjoblom
 
See your other post for several replies.

You last statement seems to contradict what you ask for in the first
paragraph.

Pete
 
Hi,

=SUMPRODUCT(--(B:B=1),--(C:C="I"))

Cheers,
Shane Devenshire
 
Shane,

you can only do this with XL2007 - for earlier versions you can't have
full-column references with SP.

Pete
 
Hi,

I did not see my first message posted ofr a long time , so I thought that
the message did not got posted. Hence I reposted it.
I apologise fo r the inconvenience.

Thanks!
 
I'm sorry the last statement is a typo!It should read I do not want to count
the "I" in column c if column B has 0 or sh.

Thanks!
 
Hi,

I still cannot see where is my first post and the answers to it! I am still
looking for an answer to my question.
How can I locate my first post? search doesn't help me.

Thanks!
 

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

Count with criteria 5
countifs Function not giving desired result with date criteria 2
Countif(and 1
If andf countif 1
COUNTIFS ? 1
Frequency Question 10
Countif 2
SUMIFS, one criteria range, multiple criteria 3

Back
Top