countif (problem: text, number)

C

chrismania

Hi guys
I have the following problem:
A B
75% 2 <75% Text
75% Text

I want to count the numbers in column B if the percentage is >75%.

In this case it would be 1

Thanks Chris
 
T

Tom Ogilvy

=Sumproduct(--isnumber(B1:B200),--(A1:A100>75%))

Assume in your sample that >75% represents and actual number that is >75%,
and not the string literal ">75%"
 
B

Bernie Deitrick

Chris,

=SUMPRODUCT((A1:A3=A1)*ISNUMBER(B1:B3))

HTH,
Bernie
MS Excel MVP
 

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

Top