ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Character Stripping (https://www.excelbanter.com/excel-programming/361783-character-stripping.html)

[email protected]

Character Stripping
 
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.


Bob Phillips[_14_]

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.




[email protected]

Character Stripping
 
Worked like a dream, thanks alot.



All times are GMT +1. The time now is 03:40 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com