View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_14_] Bob Phillips[_14_] is offline
external usenet poster
 
Posts: 216
Default Character Stripping

=RIGHT(A1,LEN(A1)-FIND("_",A1))

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

wrote in message
ups.com...
Hi,

I am trying to strip characters from a string upto a certain character
for instance :

CG016_30425 to become 30425
Hamblemeads_39450 to become 39450

Can anyone help ?

Thanks Simon.