Excel formuls

Closed
Jay - Jun 4, 2010 at 12:45 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jun 4, 2010 at 02:10 PM
Hello,

I have a cell which contains number and alphabets and also some characters. Is there a way to just get alphabets out of it
Related:

1 response

rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 766
Jun 4, 2010 at 02:10 PM
Yes
use 10 substitute

=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1,9,""),8,""),7,""),6,""),5,""),4,""),3,""),2,""),1,""),0,"")
0