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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

reading a partial string in Excel

Status
Not open for further replies.

chadlmiller

IS-IT--Management
Feb 14, 2008
27
US
Ok I am using Excel 2007 and here are the examples of what I need.
in the column I have data example:
03 - Maintenance & Production Facilities
02 - Training Facilities

I want to read the text of the first two identifiers 03, 02 and store it into a new column seperate rows. I plan to delete the old column with the combined text. I have a similiar istance of a field example:

141-179

I need to read the string 141 and store it separately as its own string.

Thank you for any help,
Chad Miller
 
Data | Text to columns will probably do what you want.

Or some combination of LEFT() and FIND().
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top