R
Raymond
I am trying to do a countif formula using multiple if statements. For example:
if B7:B25="a" and C7:C25="b" then A= count
if B7:B25="a" and C7:C25="b" then A= count
Raymond said:I am trying to do a countif formula using multiple if statements. For example:
if B7:B25="a" and C7:C25="b" then A= count
Eduardo said:Hi,
=sumproduct((B7:B25="a")+(C7:C25="b"))