Re: Stripping nubers from text in a cell
- From: "T. Valko" <biffinpitt@xxxxxxxxxxx>
- Date: Thu, 6 Mar 2008 18:23:35 -0500
Needs to trim the space in the first example.
--
Biff
Microsoft Excel MVP
"Ron Coderre" <ronREMOVETHIScoderre@xxxxxxxxxxx> wrote in message
news:%230RVA$9fIHA.4880@xxxxxxxxxxxxxxxxxxxxxxx
Certainly better than what I threw together.
(I don't know WHAT I was thinking.)
Ron
"Rick Rothstein (MVP - VB)" <rick.newsNO.SPAM@xxxxxxxxxxxxxxxxxx> wrote in
message news:OD$8739fIHA.2000@xxxxxxxxxxxxxxxxxxxxxxx
Assuming your text is not longer than 999 characters and that your digits
are all next to each other (no leading or intervening spaces or
characters)...
=MID(A1,SUMPRODUCT(--ISNUMBER(--MID(A1,ROW($1:$999),1)))+1,999)
Rick
"Dan S" <DanS@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:9A146212-B177-4E36-A36B-A5F32A13326A@xxxxxxxxxxxxxxxx
I have a bunch of cell with varying lench that have numbers at the
beginning
(also of varying length. Ex:
1258 ahjKJ yuUIOI
45687045HJKoiuwER
I just want to extract the text from these cell. How do I do that?
Thanks,
Dan
.
- Follow-Ups:
- Re: Stripping nubers from text in a cell
- From: Rick Rothstein \(MVP - VB\)
- Re: Stripping nubers from text in a cell
- References:
- Re: Stripping nubers from text in a cell
- From: Rick Rothstein \(MVP - VB\)
- Re: Stripping nubers from text in a cell
- From: Ron Coderre
- Re: Stripping nubers from text in a cell
- Prev by Date: Re: days of the week formulas
- Next by Date: Re: Vlookup multiple values
- Previous by thread: Re: Stripping nubers from text in a cell
- Next by thread: Re: Stripping nubers from text in a cell
- Index(es):
Relevant Pages
|