I have a list of addresses in cells A1:A200 in the format
66 Any Street, Somewhere, ABC123
and in cells B1:B200 the response to a question - 'yes', 'no' or 'don't care'.
I need to count how many people who live in "Any" street said "yes" to the question. I suspect I need a statement saying
COUNTIF((B1:B200,"yes" AND A1:A200 <contains>"Any"
which will return a number.
I just don't know the appropriate command for <contains>.
Any Ideas?
Will
66 Any Street, Somewhere, ABC123
and in cells B1:B200 the response to a question - 'yes', 'no' or 'don't care'.
I need to count how many people who live in "Any" street said "yes" to the question. I suspect I need a statement saying
COUNTIF((B1:B200,"yes" AND A1:A200 <contains>"Any"
which will return a number.
I just don't know the appropriate command for <contains>.
Any Ideas?
Will