I’m trying to create a formula, but I’m not sure how to do this one…
Can you use multiple criteria in a CountIF?
Currently I have
=COUNTIF(‘FDD Consolidator’!$W:$W,$A$2&$A4&B$2)
But I’d also like to add the criteria of ‘FDD Consolidator’$C$C = A1
I know how to use Array’s with SumIF’s, but I’m dealing with Text, not numbers..