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 LEN(B3) in D4 and get the result of "2". The format for Cell B3 is "Number" with no decimals. How can I extract the number from Cell A3 and have it equal the number to satisfy the IF test?
keithm1
keithm1