+ Reply to Thread
Results 1 to 3 of 3

Very large data base and need to separate address from street name

  1. #1
    Forum Contributor
    Join Date
    03-06-2015
    Location
    houston, tx
    MS-Off Ver
    MS 365
    Posts
    494

    Very large data base and need to separate address from street name

    Have about 200,000 rows of data and need to separate address number from street name. I can do a Text/columns but would rather have a formula. Thanks
    Attached Files Attached Files

  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 2403
    Posts
    43,984

    Re: Very large data base and need to separate address from street name

    Use this:

    =LEFT(A1,SEARCH(" ",A1)-1)+0
    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.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

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

    Re: Very large data base and need to separate address from street name

    If you can have addresses like 100A Mickey Mouse Avenue, then use:


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

    However all values will then be returned as TEXT. In this case, that is probably not an issue for you.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 06-20-2017, 02:02 PM
  2. Replies: 6
    Last Post: 03-28-2017, 04:40 PM
  3. 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
  4. 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
  5. Need to pull address ranges with accompanying data for large data base
    By pick44 in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 03-09-2015, 11:12 AM
  6. [SOLVED] Want to separate unique and duplicate data from large data base
    By sambha in forum Excel Programming / VBA / Macros
    Replies: 39
    Last Post: 08-02-2014, 12:30 AM
  7. separate street address and street number
    By iwanttoplaywii in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 03-24-2011, 09:45 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