parsing text

E

ellee

I would like to divide a text string into separate columns.
Example:

Text Strings
smith_p smith, paul d (Acme)
jones_a jones,art
barnes_s barnes, sam (TPA)

Column results
Last Name First Name MI Company
********************************************
Smith Paul D Acme
Jones Art
Barnes Sam TPA

The first piece of data is not needed. The names may or
may not have a middle initial and/or company. Text-to-
Columns does not give the desired result.

Thanks for any help you can give me.
 

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