Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9842

Arrayformula function keep getting error different sizes

$
0
0

I'm trying to sum rows with specific criteria with the following formula

=ArrayFormula(sum(countifs(disposition,"Consultation" ,Primary,{"","OB_Gyn","Surgical"},Consultations,{"*IM*","*Cardio*","*Nephro*","*Neuro*","*GI*",""})))

where disposition, Primary, Consultations are NamedRanges of columns with same rows 9-58.
But I get the error message.

#value!
Array arguments to COUNTIFS are of different size.


Viewing all articles
Browse latest Browse all 9842

Trending Articles