this is so simple, sorry, but I am doing something wrong
what I need:
I have a column of true/false - if all in the column are false, it returns ''x''
if one or more are true, it returns ''(blank)''
I am using
=COUNTIF(AC!$R$39:$R$52,"<>FALSE")=1
this only accounts if one is different, I need to know if all are FALSE ''x'' or if any or all are TRUE
what I need:
I have a column of true/false - if all in the column are false, it returns ''x''
if one or more are true, it returns ''(blank)''
I am using
=COUNTIF(AC!$R$39:$R$52,"<>FALSE")=1
this only accounts if one is different, I need to know if all are FALSE ''x'' or if any or all are TRUE