Seperate numbers in a cell

J

jry277

Hello !

I have the following numbers in the columns shown i need to find a wa
to copy a lot of them into excel but each one into its own cell.

For example :

5453
0954
2535
2197

i need them to be the following

5 4 5 3
0 9 5 4
2 5 3 5
2 1 9 7

each number in own cell. I have been searching for about 2 weeks no
when i came upon this site.

Thanks for any help in advanc
 
S

Spencer101

jry277;1608338 said:
Hello !

I have the following numbers in the columns shown i need to find a wa
to copy a lot of them into excel but each one into its own cell.

For example :

5453
0954
2535
2197

i need them to be the following

5 4 5 3
0 9 5 4
2 5 3 5
2 1 9 7

each number in own cell. I have been searching for about 2 weeks no
when i came upon this site.

Thanks for any help in advance

Highlight the whole column and use the "text to columns" option wit
"fixed width" set to
 
K

Kevin@Radstock

Hi

May be a formula, assuming your data is in A1:A4, copy across & down.
=IFERROR(--MID($A1,COLUMN(A1),1),"")

I have used the IFERROR. For Excel <2007 use IF & ISERROR
 

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