Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I had a column of about 2500 with names and mobile numbers in the same cell.
I needed to extract only characters from that columns into separate column. I did not figure out a way to do this . any help? Thankx in advance Ramesh goyal |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Ramesh
Try the below formula with the data in cell A1..If this does not work post few examples.. =TRIM(LEFT(A1,MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},A1& "0123456789"))-1)) If this post helps click Yes --------------- Jacob Skaria "ramesh k. goyal - abohar" wrote: I had a column of about 2500 with names and mobile numbers in the same cell. I needed to extract only characters from that columns into separate column. I did not figure out a way to do this . any help? Thankx in advance Ramesh goyal |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I copy numeric section of cell from alpha-numeric cell | Excel Worksheet Functions | |||
Prevent alpha character in numeric cell | Excel Discussion (Misc queries) | |||
Numeric values as character in CSV | Excel Discussion (Misc queries) | |||
Return Numeric Labels that have different Numeric Values | Excel Worksheet Functions | |||
only extract numeric value from alpha numeric cell | Excel Discussion (Misc queries) |