I have come across a strange thing.Can anyone tell why is it?
eg: I have cell A1 = 10,B1=3
If I write C1
=IF(OR(A1=20;B1=3);1;0) Gives 1
But
=IF(OR(A1="20";B1="3");1;0) Gives 0
Which is right?Double quotes means text?Or which is correct ? should I put "" in writing numbers?
Please suggest.
eg: I have cell A1 = 10,B1=3
If I write C1
=IF(OR(A1=20;B1=3);1;0) Gives 1
But
=IF(OR(A1="20";B1="3");1;0) Gives 0
Which is right?Double quotes means text?Or which is correct ? should I put "" in writing numbers?
Please suggest.