Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default 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.

  #2   Report Post  
Posted to microsoft.public.excel.programming
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.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Character Stripping

Worked like a dream, thanks alot.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Stripping out characters Stephanie Excel Worksheet Functions 5 December 3rd 09 04:29 PM
Stripping Information Kent Excel Discussion (Misc queries) 7 January 11th 08 07:27 PM
Stripping the dashes digital21st Excel Discussion (Misc queries) 4 May 23rd 06 03:43 PM
Stripping and Conversion. Rodney New Users to Excel 28 June 27th 05 05:51 AM
Stripping data Stuart[_5_] Excel Programming 5 February 3rd 04 07:49 PM


All times are GMT +1. The time now is 03:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"