Re: Erase numeric digits only

From: an (anonymous_at_discussions.microsoft.com)
Date: 05/26/04


Date: Wed, 26 May 2004 09:30:38 -0700

Ok, FK.

Work OK!
Many thanks.
an

>-----Original Message-----
>Hi
>if the numbers always start at the beginning try the
following array
>formula (entered with CTRL+SHIFT+ENTER):
>=MID(A1,MAX(IF(ISNUMBER(--MID(A1,ROW(INDIRECT
("1:1024")),1)),ROW(INDIRE
>CT("1:1024"))))+1,1024)
>
>--
>Regards
>Frank Kabel
>Frankfurt, Germany
>
>
>an wrote:
>> Hello!
>>
>> I have an alphanumeric column data with:
>>
>> nnnTEXT
>> nnnnnTEXT
>> nTEXT
>> nnTEXT
>> ...
>>
>> Where n=numeric digits
>>
>> In column, I need to erase all numeric digits, to TEXT.
>> Is it possible with Excel Function?
>>
>> Thanks in advance.
>> an
>
>.
>