Consider the following formula
ColA…..ColB…..ColC
1………….15………=A1>B1
A…………..15……..=A2>B2
C1 returns False, while C2 returns True. Does Excel automically convert the ’15’ to a string before the comparison? Is =N(A1)>N(B1) then the best formula to use for comparing 2 cells when one wants to ensure only numbers are compared?
Thanks