Closed Thread
Results 1 to 7 of 7

Extract and/or Split the Address Direction and Street Name

Hybrid View

  1. #1
    Registered User
    Join Date
    05-13-2022
    Location
    USA
    MS-Off Ver
    O365
    Posts
    3

    Extract and/or Split the Address Direction and Street Name

    Hello Everyone,

    I am trying to find a way/formula to extract address direction into one row and the street name in separate row. The address come in different format and the Direction is not always there. (Directions are North, West, South, East, NE. etc..)

    For example A1: 1230 North Bam Bam Street
    Result would be: A2 = North ; A3 = Bam Bam Street

    Here are what I tried so far

    1. =RIGHT(A1,LEN(A1)-SEARCH({"North","South"}, A1)-1) ..... if I use this formula, then it will flash spill into multiple rows based on {"North","South"}
    2. =TRIM(MID(SUBSTITUTE($A1," ",REPT(" ",LEN($A1))),COLUMNS($A1:B1)*LEN($A1)-(LEN($A1)-1),LEN($A1))) ....... if I use this one to split as delimiter then the return value not always in the same nth column
    3. =IFERROR(INDEX(Directions!A1:A18,MATCH(TRUE,ISNUMBER(SEARCH(Directions!A1:A18,A2)),0)),"").......if I use this one, sometime it return the directions pulling from the hard coded list even when the address doesn't contain the direction
    4. =IFERROR(RIGHT(A1,LEN(A1) - SEARCH(" ", A1, SEARCH(" ", 1) + 2)),"")......if I use this then the Street name return as "north Bam Bam Street"

    I'm not an expert by any mean, any feedback is greatly appreciated

    Various Address Format
    123 W. 10th Street
    1234 Two Ways Blvd, Apt #2
    9890 West Paseo De Charros Dr.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Extract and/or Split the Address Direction and Street Name

    One way:

    =--LEFT(A1,SEARCH(" ",A1)-1)

    =IFERROR(LOOKUP(1000,SEARCH({"W.","West ","N.","North "},A1),{"W.","West ","N.","North "}),"")

    adapt by adding in other terms. NOTE - space after "West" to become "WEST ". add in the others yourself, as needed.

    =TRIM(SUBSTITUTE(A1,TRIM(B1&" "&C1)&" ",""))
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Registered User
    Join Date
    05-13-2022
    Location
    USA
    MS-Off Ver
    O365
    Posts
    3

    Re: Extract and/or Split the Address Direction and Street Name

    Thanks, Glenn. I'll try this out and report back

  4. #4
    Registered User
    Join Date
    05-13-2022
    Location
    USA
    MS-Off Ver
    O365
    Posts
    3

    Re: Extract and/or Split the Address Direction and Street Name

    This works great, thank you again!

  5. #5
    Registered User
    Join Date
    12-02-2022
    Location
    California
    MS-Off Ver
    2010
    Posts
    1

    Re: Extract and/or Split the Address Direction and Street Name

    Hi Glen,

    I modify your equation to include all the directional prefix. Sometimes I get address with directional prefix in forms of "W" or "W." or West" Some addresses are fine but some yield erratic results, such as cell C2 C3 C16 C17 and D2 D3 D16 D17. I don't know coding and not much of an excel user. Your help is greatly appreciated.
    Attached Files Attached Files

  6. #6
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2503
    Posts
    13,702

    Re: Extract and/or Split the Address Direction and Street Name

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.
    Dave

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Extract and/or Split the Address Direction and Street Name

    COOLTAZ.

    Hi.

    It's a forum rule that you start your own thread, rather than "piggy-backing" on someone else's thread. This helps prevent massive confusion arising - which will happen if it is not clear which question is being answered. So please start your own thread and explain your own problem (make sure that, right from the start, you use a meaningful title (NOT things like "help needed" or "urgent problem"... think of the Google search terms that you would use to find the solution).

    A picture is worth 1,000 words. An Excel sheet is worth 1,000 pictures. So, prepare a SMALL sample sheet (10-20 rows, not thousands!!!). Make sure there is enough data to demonstrate your need. Make sure your desired results are shown, mock them up manually if necessary. Remember to remove ALL confidential information first!!!


    The yellow banner about sample worksheets, at the top of the screen tells you how to post a sheet here on the Forum.

    Thread closed.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to Extract Street Numbers from an Address to Separate Columns
    By SeaTiger in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-05-2017, 12:15 PM
  2. Look up specific street address within street address range
    By dbd6lsx in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 11-11-2015, 09:46 PM
  3. Replies: 4
    Last Post: 05-29-2014, 12:05 AM
  4. Replies: 5
    Last Post: 06-26-2013, 06:16 PM
  5. Extract House Number from Street Address into new Cell
    By tamorgen in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 10-20-2011, 07:48 AM
  6. separate street address and street number
    By iwanttoplaywii in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 03-24-2011, 09:45 PM
  7. extract street number from address
    By rickshadey in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-23-2008, 08:51 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1