N Niek Otten Sep 12, 2009 #2 That is not a correct syntax for an Excel formula. This is: =AND(A1=1,B1=1,C1=1,D1=1) and it returns TRUE
That is not a correct syntax for an Excel formula. This is: =AND(A1=1,B1=1,C1=1,D1=1) and it returns TRUE
D Dana DeLouis Sep 12, 2009 #4 but why formula A1=B1=C1=D1excel2007 return as false? Hi. Excel doesn't work like that as in other programs. A1=B1 -> Returns True then True = C1 -> Returns False False = D1 -> Returns False etc... One way... =COUNTIF(A1:A4,1)=4 Excel tried with the 'Exact' function, but it's only limited to two string variables. = = = = = Dana DeLouis
but why formula A1=B1=C1=D1excel2007 return as false? Hi. Excel doesn't work like that as in other programs. A1=B1 -> Returns True then True = C1 -> Returns False False = D1 -> Returns False etc... One way... =COUNTIF(A1:A4,1)=4 Excel tried with the 'Exact' function, but it's only limited to two string variables. = = = = = Dana DeLouis