G
Guest
I have two colums. Column A has web site names, column b has country names. I want to use a countif statement that will have double restrictions. I want to be able to say count if A is equal to www.net.com AND column B is equal to "Germany".
I've been using something like this
=COUNTIF($A$2:$A$58,D185)
Where D would be the site name, but now I want to add a second restricition. Does that make sesne?
A B
www.net.com Germany
www.net.com Holland
www.you.com Germany
www.me.com France
I've been using something like this
=COUNTIF($A$2:$A$58,D185)
Where D would be the site name, but now I want to add a second restricition. Does that make sesne?
A B
www.net.com Germany
www.net.com Holland
www.you.com Germany
www.me.com France