How can I seperate

mdb231

Board Regular
Joined
May 16, 2006
Messages
73
Hi All
can anyone tell me how I can seperate this from a dowmload copy and paste
Yor 6Gd C2Hc 32K
I have a column C which has this info in it how do I get it to seperate as just
2 in column K
32 in column L

so all i get from them are the numbers, the numbers in column K would go from 1 to 7
and column L could be any number.

Thanks
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
If the data format is consistant with your example, try

=--mid(c2,10,1)
=--mid(c2,14,2)
 
Upvote 0
Hi jasonb
Thanks for that it works great but, if there is one or three or more numbers in the part=--mid(c2,14,2) it shows error any way round this

123
1
1234

thanks for the rest of it though
 
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,876
Members
452,949
Latest member
Dupuhini

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top