Split Data

  • Thread starter Thread starter Simon Jelinek
  • Start date Start date
S

Simon Jelinek

Hi

I have data imported from a text file when the data is
copied to excel each records data is in the Column A.

E.g
A
1[12345, ,smith,daniel, , 12, simonds street]
2[12346, ,west,fred, , 67b, sutton street]

I need to split the cells
A B c d e f
1[12345][smith][daniel][][ 12] [simonds street]
2[12346][west] [fred] [][ 67b][sutton street]

Is this at all possible.

Thanks

Simon
 
Hi
have a look at 'Data - Text to columns' and use the coma
as separator
 

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