Separate one cell into 11

V

Vic

How do I separate one cell containing "1041 305 15 3 0 6 37 0
0 2 14" into 11 cells each containing one number? Space indicates the
end of the number. I need to repeate this formula for every row.
Thanks.
 
L

Luke M

2 ideas:
1) Use data - text to columns, with a space as delimiter, then copy - pate
special - transpose, to get the data into rows

2) Use the following formula copied down until you get an error
=RIGHT(A1,LEN(A1)-FIND(" ",A1))
 

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