ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How 2 separate column of addresses into a colum of names and numb (https://www.excelbanter.com/excel-discussion-misc-queries/23486-how-2-separate-column-addresses-into-colum-names-numb.html)

Rochelle

How 2 separate column of addresses into a colum of names and numb
 
Hi!

I would like advice on how to separate the names and the numbers of an
address written in one column into the name and the number in two separate
columns.
In otherwords "Kingstreet 23" must become "Kingstreet" and "23."

Can anyone help with a function that can do this?

Thanks in advance,

Rochelle

JulieD

Hi Rochelle

if all your names & numbers are similar to your example, then data / text
to columns will probably work for you

ensure that you have a couple of blank columns to the right of your current
column (note, this process will split up your original column into two and
won't retain a copy of the original - if you want a "combined" column, copy
this column to a new column first).

select the column to be split up, choose data / text to columns, choose
deliminated choose NEXT, untick TAB, tick SPACE, click FINISH.

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"Rochelle" wrote in message
...
Hi!

I would like advice on how to separate the names and the numbers of an
address written in one column into the name and the number in two separate
columns.
In otherwords "Kingstreet 23" must become "Kingstreet" and "23."

Can anyone help with a function that can do this?

Thanks in advance,

Rochelle




JE McGimpsey

One way:

In place (e.g., A1 - A1:B1):
Choose Data/Text to Columns. Click "Delimited". Click Next. Check the
Space checkbox, click Finish.

By formula:

A1: Kingstreet 23
B1: =LEFT(A1,FIND(" ",A1)-1)
C1: =MID(A1, FIND(" ",A1)+1, 255)

In article ,
"Rochelle" wrote:

Hi!

I would like advice on how to separate the names and the numbers of an
address written in one column into the name and the number in two separate
columns.
In otherwords "Kingstreet 23" must become "Kingstreet" and "23."

Can anyone help with a function that can do this?

Thanks in advance,

Rochelle


Rochelle

Thanks to both of you!!

Rochelle

"JE McGimpsey" wrote:

One way:

In place (e.g., A1 - A1:B1):
Choose Data/Text to Columns. Click "Delimited". Click Next. Check the
Space checkbox, click Finish.

By formula:

A1: Kingstreet 23
B1: =LEFT(A1,FIND(" ",A1)-1)
C1: =MID(A1, FIND(" ",A1)+1, 255)

In article ,
"Rochelle" wrote:

Hi!

I would like advice on how to separate the names and the numbers of an
address written in one column into the name and the number in two separate
columns.
In otherwords "Kingstreet 23" must become "Kingstreet" and "23."

Can anyone help with a function that can do this?

Thanks in advance,

Rochelle




All times are GMT +1. The time now is 03:29 AM.

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