+ Reply to Thread
Results 1 to 3 of 3

Alpha numeric separation??

  1. #1
    Registered User
    Join Date
    03-17-2005
    Posts
    7

    Question Alpha numeric separation??

    I have an individual column (with 4000 records) which contains alpha numeric data.
    E.G - 101 Tablelands Road
    I need to query each of these cells to somehow separate the number from the street address. I need two columns, one with the number and other with street name??? I have over 4000 records and would take me days to do it manually....

    Please help!

    Dwayne

  2. #2
    Forum Contributor
    Join Date
    09-05-2004
    Location
    Melbourne
    Posts
    193
    If the first space occurs between the house number and the street name then this should work.

    Assumption: List start in Cell A2

    In B2 type =LEFT(A2,FIND(" ",A2,1)-1)

    In C2 type =RIGHT(A2,LEN(A2)-FIND(" ",A2,1))

    Cheers!

  3. #3
    Registered User
    Join Date
    03-17-2005
    Posts
    7

    Thumbs up thanks....

    Thanks Richard, this saved me heeaaappps of time. I knew there was a way to do it in Excel.

    Dwayne

+ 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