Using Trim with wildcards possible?

R

RK

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
 
P

PCLIVE

With your data in A1, try the following:

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

HTH,
Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top