Link to home
Start Free TrialLog in
Avatar of jayfletcher
jayfletcherFlag for Australia

asked on

counting occurances relative to another column

Hi,

I have 2 columns of data next to each other, and they are lined up so i have column A which is decimal number and column b has a key word in it (either "good" or "bad")

I want to find whether the number in column A is between 0.5 and 1, also whether the keyword in the other column is "bad"

So far i have this to find the numbers beween a certain range:

=COUNT(A:A)-COUNTIF(A:A,"<0.5")-COUNTIF(A:A,">1")

But im not sure how to find if the keyword in the second column is equal to "bad"
ASKER CERTIFIED SOLUTION
Avatar of barry houdini
barry houdini
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial