+ Reply to Thread
Results 1 to 2 of 2

Parsing Text Separated by A Space

  1. #1
    Forum Contributor
    Join Date
    03-30-2008
    Posts
    121

    Parsing Text Separated by A Space

    I have a list of names and addresses as follows:

    700 Main Street

    I would like to parse the information with street name
    ( Main Street ) in one field and street address ( 700 )
    in a separate field.

    Street number and street name are varied in length
    throughout the list.

    Is it possible to parse everything to the left or right of
    the space?

    Thanks

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Parsing street addresses

    With
    A1 containing a street adress....eg 123 Main Street

    This formula returns the first numeric section
    Please Login or Register  to view this content.
    And this formula returns the remaining address
    Please Login or Register  to view this content.
    In the above example
    B1 returns: 123
    C1 returns: Main Street

    Is that something you can work with?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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