Trying to check and see if two cells are both false, and use a 1 if BOTH cells satisfy the statement
=if(c2=false:d2=false,1, 0)
that’s my statement, I’m trying to make sure both cells are false and then output a 1 if they both are, and a 0 if they aren’t.
You have to use the
and()function: