What am I doing wrong here? This is always triggering the "Else" part of the statement even though both A1 and A2 are 1.



=IF(AND(A1="1",A2="1"), "Both are 1", "Both are not 1")