Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=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. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Worked like a dream, thanks alot.
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stripping out characters | Excel Worksheet Functions | |||
Stripping Information | Excel Discussion (Misc queries) | |||
Stripping the dashes | Excel Discussion (Misc queries) | |||
Stripping and Conversion. | New Users to Excel | |||
Stripping data | Excel Programming |