ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Separating Alpha from Numeric in Address Cell in Excel (https://www.excelbanter.com/excel-discussion-misc-queries/226566-separating-alpha-numeric-address-cell-excel.html)

DBUTTER69

Separating Alpha from Numeric in Address Cell in Excel
 
What formula should I enter if I want to create separate columns for the
alpha and numeric portions of a street address? HELP! Thanks.

Gary''s Student

Separating Alpha from Numeric in Address Cell in Excel
 
If your street address is always a number followed by a single blank followed
by the street name like:

123 Maple Avenue

Then we will look for that first blank:

=LEFT(A1,FIND(" ",A1)) the numeric part
=MID(A1,FIND(" ",A1)+1,256) the street name
--
Gary''s Student - gsnu200843


"DBUTTER69" wrote:

What formula should I enter if I want to create separate columns for the
alpha and numeric portions of a street address? HELP! Thanks.



All times are GMT +1. The time now is 02:44 PM.

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