Generic characters
Posted by A Miller on September 11, 2001 10:58 AM
How do I get one cell to only look at the last number of a string. I have one column(1) that looks to another(2). The data in column two is 10 characters long but I am only interested in the last character. I want column 1 to look at column 2 and if the last character in column 2 is a "1" then I want a "NG" to appear else "". I tried using "?1" and I tried using "?????????1" but it didn't seem to work. I'm probably way off so any help would be greatly appreciated.