View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default TO DELETE ONLY NUMERIC VALUES IN A CHARACTER AND NUMERIC CELL IN

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