K
Kurt Swanson
Is there any way to specify multiple disjoint ranges in one COUNTIF?
I.e. something like COUNTIF((A1:C3,D4:F6,G7:I9),"Y")
I want to avoid COUNTIF(A1:C3,"Y") + COUNTIF(D4:F6,"Y") + ...
I.e. something like COUNTIF((A1:C3,D4:F6,G7:I9),"Y")
I want to avoid COUNTIF(A1:C3,"Y") + COUNTIF(D4:F6,"Y") + ...