ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Text Parsing with uneven lengths (https://www.excelbanter.com/excel-discussion-misc-queries/265247-text-parsing-uneven-lengths.html)

dks345

Text Parsing with uneven lengths
 
I have cells that contain data such as:

General Motors 22779
United States of America 1449
Carlsbad 712
Under 21 Children 12

I would like to parse the numbers at the end of each cell. Each number can
be different lengths and the text preceding the number can be different
lengths, too. Any ideas?

T. Valko

Text Parsing with uneven lengths
 
Try this:

=--TRIM(RIGHT(SUBSTITUTE(A1," ",REPT(" ",100)),100))


--
Biff
Microsoft Excel MVP


"dks345" wrote in message
...
I have cells that contain data such as:

General Motors 22779
United States of America 1449
Carlsbad 712
Under 21 Children 12

I would like to parse the numbers at the end of each cell. Each number
can
be different lengths and the text preceding the number can be different
lengths, too. Any ideas?




מיכאל (מיקי) אבידן

Text Parsing with uneven lengths
 
With the first string in cell A1 tyep the following formula into cell B1 and
copy down:
= - LOOKUP(1, -
MID(A1,MIN(FIND({0,1,2,3,4,5,6,7,8,9},A1&"01234567 89")),ROW($1:$256)))
Micky


"dks345" wrote:

I have cells that contain data such as:

General Motors 22779
United States of America 1449
Carlsbad 712
Under 21 Children 12

I would like to parse the numbers at the end of each cell. Each number can
be different lengths and the text preceding the number can be different
lengths, too. Any ideas?



All times are GMT +1. The time now is 01:33 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com