I want to strip the last character from a cell, but only if it is a number.
00400200C would return C
040T1C would return C
0040202 wouldn't return anything or null
.... or you could simplify to =IF(ISNUMBER(RIGHT(A1)+0),"",RIGHT(A1))
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.