Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parse string

Status
Not open for further replies.

jasonhuibers

Programmer
Sep 12, 2005
290
CA
In excel I have a list such as the following below.

Name=Joey, MANDATORY_BOOL
Name=Mike, MANDATORY_BOOL
Name=Jane, MANDATORY_BOOL

How can I parse each string and take only EVERYTHING BEFORE THE (, MANDATORY_BOOL) so the end result is:

Name=Joey
Name=Mike
Name=Jane
 
Hi

Why not use Data > Text to columns[\b] DELIMITED?

Skip,

[glasses]Just traded in my old subtlety...
for a NUANCE![tongue]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top