Can someone help please - I have the following formula which works as it should for Column Z, but need it to work with if a value in Z, AA or AB please...
Code:
=IF(TODAY()<J162,"",
SUM(COUNTIFS($P$149:$P$157,"<"&$J161+7,$R$149:$R$157,">"&$J161+7,$Q$149:$Q$157,"YES",$E$149:$E$157,"<>OP SUPPORT"),COUNTIFS($P$149:$P$157,"<"&$J161+7,$R$149:$R$157,"",$Q$149:$Q$157,"YES",$E$149:$E$157,"<>OP SUPPORT"),
COUNTIFS($P$149:$P$157,"<"&$J161+7,$R$149:$R$157,">"&$J161+7,$Q$149:$Q$157,"",$E$149:$E$157,"<>OP SUPPORT"),COUNTIFS($P$149:$P$157,"<"&$J161+7,$R$149:$R$157,"",$Q$149:$Q$157,"",$E$149:$E$157,"<>OP SUPPORT"),
COUNTIFS($P$149:$P$157,"<"&$J161+7,$Z$149:$Z$157,">"&$J161+7,$Q$149:$Q$157,"NO",$E$149:$E$157,"<>OP SUPPORT"),COUNTIFS($P$149:$P$157,"<"&$J161+7,$Z$149:$Z$157,"",$Q$149:$Q$157,"NO",$E$149:$E$157,"<>OP SUPPORT")))