Hi All,
I have a workbook where I need one countif formula to incroporate multiple cells for one section. I have used adding the countifs together but it makes me workbook run super slowly.
I know there is a way of using some products for the same thing but dont know how to actually do it. Here is the formula im using, so you can see that just the Lists references needs to have 6 variables in cells A11-A16, could someone point me in the right direction of how to do this? Happy with any solution really that will speed things up
=COUNTIFS(Data!$G:$G,A8,Data!$U:$U,">="&Lists!$P$6,Data!$U:$U,"<="&Lists!$Q$6,Data!C:C,Lists!$A$11)+COUNTIFS(Data!$G:$G,A8,Data!$U:$U,">="&Lists!$P$6,Data!$U:$U,"<="&Lists!$Q$6,Data!C:C,Lists!$A$12)+COUNTIFS(Data!$G:$G,A8,Data!$U:$U,">="&Lists!$P$6,Data!$U:$U,"<="&Lists!$Q$6,Data!C:C,Lists!$A$13)+COUNTIFS(Data!$G:$G,A8,Data!$U:$U,">="&Lists!$P$6,Data!$U:$U,"<="&Lists!$Q$6,Data!C:C,Lists!$A$14)+COUNTIFS(Data!$G:$G,A8,Data!$U:$U,">="&Lists!$P$6,Data!$U:$U,"<="&Lists!$Q$6,Data!C:C,Lists!$A$15)+COUNTIFS(Data!$G:$G,A8,Data!$U:$U,">="&Lists!$P$6,Data!$U:$U,"<="&Lists!$Q$6,Data!C:C,Lists!$A$16)
thanks in advance
I have a workbook where I need one countif formula to incroporate multiple cells for one section. I have used adding the countifs together but it makes me workbook run super slowly.
I know there is a way of using some products for the same thing but dont know how to actually do it. Here is the formula im using, so you can see that just the Lists references needs to have 6 variables in cells A11-A16, could someone point me in the right direction of how to do this? Happy with any solution really that will speed things up
=COUNTIFS(Data!$G:$G,A8,Data!$U:$U,">="&Lists!$P$6,Data!$U:$U,"<="&Lists!$Q$6,Data!C:C,Lists!$A$11)+COUNTIFS(Data!$G:$G,A8,Data!$U:$U,">="&Lists!$P$6,Data!$U:$U,"<="&Lists!$Q$6,Data!C:C,Lists!$A$12)+COUNTIFS(Data!$G:$G,A8,Data!$U:$U,">="&Lists!$P$6,Data!$U:$U,"<="&Lists!$Q$6,Data!C:C,Lists!$A$13)+COUNTIFS(Data!$G:$G,A8,Data!$U:$U,">="&Lists!$P$6,Data!$U:$U,"<="&Lists!$Q$6,Data!C:C,Lists!$A$14)+COUNTIFS(Data!$G:$G,A8,Data!$U:$U,">="&Lists!$P$6,Data!$U:$U,"<="&Lists!$Q$6,Data!C:C,Lists!$A$15)+COUNTIFS(Data!$G:$G,A8,Data!$U:$U,">="&Lists!$P$6,Data!$U:$U,"<="&Lists!$Q$6,Data!C:C,Lists!$A$16)
thanks in advance