![]() |
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. |
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. |
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