View Single Post
  #2   Report Post  
Alan
 
Posts: n/a
Default

=SUBSTITUTE(A1,RIGHT(A1,1),"")*1
Regards,
Alan.
"Scott" wrote in message
...
Hi,

I have a column of text reference codes, which I need
to adapt into a more appropriate format (values).

NOW DESIRED
709A 709
495R 495
1B 1
1075T 1075
111115D 111115

Effectively, I need to remove the text character at the end of the code,
which will then allow me to convert the former text code into a value.

If there is a function I can use this would help me greatly.

Kind regards,

Scott