Text to columns word and number

mmmarks

Active Member
Joined
Jun 4, 2011
Messages
432
Office Version
  1. 2013
Hi all,

I have an query regarding splitting a data into different cells
I have a data in A coloumn like

abcd9874
cdefkhj879645
kjk78935

I want differentiate Alpha and number in other Cells. How?

Thankx in Advance
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Thankx a Lot . It's working..
But If numeric come first and Alpha come next then???

Eg : 987665abcdef
 
Upvote 0
Great Its works....
One more Question is...
I want be like You in Excel so What do I have to Do






/
 
Upvote 0
Great Its works....
One more Question is...
I want be like You in Excel so What do I have to Do

Glad to help, thanks for the feedback.


1. Keep reading MrExcel.Com
2. Ask Questions
3. Start trying to Answer other peoples questions. <-this will help alot.
4. Do Excel for Fun, not just work. Challenge yourself, try to make a game of some sort.

When I was starting out, I made Hangman, Yahtzee, Sudoku, and Even Chess. Chess wasn't very good though...
 
Last edited:
Upvote 0
Prime Example for why Reading MrExcel.com Makes you better at Excel...

I just read this thread..
http://www.mrexcel.com/forum/showthread.php?t=567669

And discovered a MUCH better formula for B2 to extract the number in a string like
987665abcdef

From your question in Post #3.

This will be for B2, and does not require CTRL + SHIFT + ENTER
=LOOKUP(2^15,--LEFT(A2,ROW(B$1:INDEX(B:B,LEN(A2)))))
 
Upvote 0
That should be

=LOOKUP(9.99999999999999E+307,--LEFT(A2,ROW(B$1:INDEX(B:B,LEN(A2)))))
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,836
Members
452,947
Latest member
Gerry_F

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