How do I split a column of information into two?

M

Max

One way, assuming data as posted in A2 down
In B2: =LEFT(A2,SEARCH("(",A2)-1)
In C2: =RIGHT(A2,LEN(A2)-SEARCH("(",A2)+1)
Select B2:C2, copy down as far as required
 
J

JoJoDunn

You could try this - it seemed to work for me...
Highlight the column
Click Data, Text to Column, Delimited, Select Other and put in bracket
symbol ie (
Then Finish
To get rid of the other end bracket ) - highlight the new column and do the
same with the ) symbol and it seems to disappear.
You may need to insert extra column so you don't overwrite another.
Remember - save spreadsheet before attempting!
Hope it helps
 

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