TO DELETE ONLY NUMERIC VALUES IN A CHARACTER AND NUMERIC CELL IN

  • Thread starter ramesh k. goyal - abohar
  • Start date
R

ramesh k. goyal - abohar

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
 
J

Jacob Skaria

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top