Hi all,
I'm trying to count the number of times my brands are used in each state, but the column I'm trying to query has three different values. The data looks like this
State Brand
State 1 Brand A
State 1 Brand A
State1 Brand B
State 2 Both
State 2 Brand A
Since "Both" includes two brands, I will need to count it twice. I was hoping to get the countif examine the same range twice, but getting zeroes.
My countif formula looks like this:
=COUNTIFS(State6:State28, "State 1", Brand6:Brand28, "Brand A", Brand6:Brand28, "Both")
How can I modify it so it includes both "Brand A" and "Both" in the tally?
Thanks!
Michael