Count

  • Thread starter Thread starter Alan Bernardo
  • Start date Start date
A

Alan Bernardo

I need the correct formula to count the following

A B

1 5 FW
2 3 G
3 4 G
4 3 R

I'd like to count the "B" Column but not when "3" appears in the "A" column.
The result of the above would be "2", since column "A" has a "3" in rows "2"
and "4".

Thanks in advance,

Alan
 
hi Alan!

try this one!

=SUMPRODUCT(--(A1:A4<>3),--(ISTEXT(B1:B4)))

-via135
 

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

Back
Top