You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
countif multiple columns
-
Thread starter
creeves
-
Start date
Count the number of times that both Y is found in column B2:B116 and
is found in column D2
11
One way:
=SUMPRODUCT((B2:B116="Y")*(D2
116="Z"))
Hi
try
=SUMPRODUCT((B2:B116="Y")*(D2
116="Z"))
one way:
=SUMPRODUCT(--(B2:B116="Y"),--(D2
116="Z"))