I have 8 correlations in a countifs formula. If all 8 correlations are present than the formula gives me the number of O's or U's (whichever letter is selected at the end of the formula). Here is a sample of the formula:
=COUNTIFS($Q$7:$Q$2870,"<18.26",$R$7:$R$2870,"<214.46",$T$7:$T$2870,"<-6.5",$U$7:$U$2870,"<1.41",$AM$7:$AM$2870,"<19.14",$AQ$7:$AQ$2870,"<365.52",$AW$7:$AW$2870,"<5.39",$BC$7:$BC$2870,"<24.82",$JD$7:$JD$2870,"u")
Is it possible to have the formula give me the number of O's or U's if only 5 or 6 of the 8 correlations are present?
=COUNTIFS($Q$7:$Q$2870,"<18.26",$R$7:$R$2870,"<214.46",$T$7:$T$2870,"<-6.5",$U$7:$U$2870,"<1.41",$AM$7:$AM$2870,"<19.14",$AQ$7:$AQ$2870,"<365.52",$AW$7:$AW$2870,"<5.39",$BC$7:$BC$2870,"<24.82",$JD$7:$JD$2870,"u")
Is it possible to have the formula give me the number of O's or U's if only 5 or 6 of the 8 correlations are present?