Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rk Rk is offline
external usenet poster
 
Posts: 18
Default Using Trim with wildcards possible?

I am trying to trim a spreadsheet with a lot of text similar to the following
text below, where I want all characters BEFORE the APCo: 30/ deleted. Someone
told me to use TRIM(*30/ ) as a wildcard rather than count out specific
characters, but I can't get the formula to work. Any guidance would be
appreciated. Thanks.


CABLE-FACILITIES/CABLEPLANT/ APCo: 30/ 21697-CDW DIRECT LLC / TR# 1,750/1 /
Ref# DFZ6761

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,311
Default Using Trim with wildcards possible?

With your data in A1, try the following:

=RIGHT(A1,(LEN(A1)+1)-FIND("APCo: 30/",A1))

HTH,
Paul

--

"RK" wrote in message
...
I am trying to trim a spreadsheet with a lot of text similar to the
following
text below, where I want all characters BEFORE the APCo: 30/ deleted.
Someone
told me to use TRIM(*30/ ) as a wildcard rather than count out specific
characters, but I can't get the formula to work. Any guidance would be
appreciated. Thanks.


CABLE-FACILITIES/CABLEPLANT/ APCo: 30/ 21697-CDW DIRECT LLC / TR# 1,750/1
/
Ref# DFZ6761



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
Wildcards and if Arlene Excel Worksheet Functions 3 June 21st 07 12:05 AM
Wildcards irresistible007 Excel Worksheet Functions 2 December 20th 05 10:12 AM
Use wildcards furia Excel Discussion (Misc queries) 0 November 16th 05 06:23 PM
wildcards in vba shellshock Excel Discussion (Misc queries) 3 July 21st 05 07:37 PM
VBA Wildcards - HELP! Co-op Bank Charts and Charting in Excel 1 March 30th 05 02:37 PM


All times are GMT +1. The time now is 09:22 AM.

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

About Us

"It's about Microsoft Excel"