separate text from number

Jay Phang

New Member
Joined
Jul 23, 2011
Messages
2
Below are text and number within a column what should do to separate them.

Thanks

AH TAU 94998527
GINA TAN 81119438
PATRICK LIM 85225633
SHARON LEE 98570327
BEN THAI 0162311334
JANE TAN THAI 6614315030
C Y LOW 90821189
TONY TRIEU 92283242 /82672698
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Some questions...

1. Are your numbers always locate at the end of the text as your examples show?

2. Is there always a space character in front of your number?

3. Show us what you want from that last example.
 
Upvote 0
Upvote 0
Okay, assuming your numbers are always at the end of the text and that you can both sets of numbers (including the slash mark in the middle) from that last example, then give this formula a try...

=MID(A1,MIN(FIND({0,1,2,3,4,5,6,7,8,9},A1&"0123456789")),999)
 
Upvote 0

Similar threads

Forum statistics

Threads
1,224,587
Messages
6,179,741
Members
452,940
Latest member
rootytrip

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