SyntaxFix
Write A Post
Hire A Developer
Questions
As it appears you have the values as text, and not the numeric True/False, then you can use either COUNTIF or SUMPRODUCT
COUNTIF
SUMPRODUCT
=IF(SUMPRODUCT(--(A2:D2="False")),"False","True") =IF(COUNTIF(A3:D3,"False*"),"False","True")