I am trying to extract a number from the text string "10~13" located at Col A, Row 3 by using the formula RIGHT(A3,2) located in B3. I get the result in B3 of "13". But when I test it with the formula IF(B3=13,"Y","N") located in C3, I get the result "N". I have tested the length of B3 with...