Opposite of concatenate

  • Thread starter Thread starter Chip
  • Start date Start date
C

Chip

I used the concatenate function to combine columns to make a product be
B18-DST-34-30. Now I want to break that number back apart. All of the
segments are not the same length. Can you reseparate them by using the "-"
as a designator?
 
If your data is in a single column, you could use:

Select the range
Data|Text to columns
Delimited (by hyphen)

(xl2003 menus)
 
Thank you very much !!!!! It worked.......

Dave Peterson said:
If your data is in a single column, you could use:

Select the range
Data|Text to columns
Delimited (by hyphen)

(xl2003 menus)
 

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

Back
Top