In columns A of excel sheet i have values (1,1,2,2)
in another cell i put up a formula : =IF(A1:A4=1,"yes","no")
i'm getting : 'yes' as output,which is correct.No problems there!!
in another cell i put up a formula : =IF(A1:A4=2,"yes","no")
i'm getting : 'no' as output,which is clearly...