You can do it easily enough with:
=COUNTIF('2014'!C2:C9,$A3)+COUNTIF('2014'!B2:B9,B$ 2)
The problem with your formula was the having "A3" instead of, for example, A3.
If you want a count where only both conditions are met, try:
=SUMPRODUCT((('2014'!C2:C9)=$A3)*(('2014'!B2:B9)=B $2))
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|