+ Reply to Thread
Results 1 to 6 of 6

How to extract the street number from an address column and place it in a new column?

  1. #1
    Registered User
    Join Date
    06-20-2013
    Location
    Michigan
    MS-Off Ver
    Excel 2010
    Posts
    2

    How to extract the street number from an address column and place it in a new column?

    Hello,

    I'm working with a spreadsheet in Excel 2010 and am trying to extract all of the Street Numbers (all are 3 or 4 Digits) from an Address Column (actual addresses starting in Cell C2), and placing them into a New Column/Cell. However many new Columns I need to create (1 or 2) doesn't matter, I just want them separated:

    Original Headers: A1: First Name, B1: Last Name, C1: Address, D1: City, E1: State, F1: Zip Code

    Sample Address Data: 5645 Vista Lane

    I apologize in advance if this is a simple task, or it was already discussed. I've searched the forum/internet for days, yet regardless what formula I try, I can't get it to work. I'm obviously doing something wrong.

    Any help would be greatly appreciated!

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,140

    Re: How to extract the street number from an address column and place it in a new column?

    if the address always has 3 or 4 digits at the beginning of the cell - then you are going to pick up the space , but a trim can fix that

    =LEFT(C2,4) that will extract the 4 digits
    then =TRIM(LEFT(C2,4)) will remove the space that 3 digits will have

  3. #3
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: How to extract the street number from an address column and place it in a new column?

    Hi gkarrip

    Try the following LEFT function:
    =LEFT(CellRef,FIND(" ",CellRef)-1)
    Regards Kevin


    Merged Cells (They are the work of the devil!!!)

  4. #4
    Registered User
    Join Date
    06-20-2013
    Location
    Michigan
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: How to extract the street number from an address column and place it in a new column?

    Thanks Kevin UK and etaf,

    I apologize for the delayed reply, but I thank you both for the response.

    I thought I was somewhat knowledgeable with Excel formulas, and could at least enter one correctly, but I can't seem to get either solution to work.

    I first create a empty/new column after C (I tried before and after Column C), yet no desired result shows up other than the formula I just entered into the Formula Bar(?). Enclosed is a partial/sample Excel worksheet that I am working with.

    Thanks,

    Sample.xls

  5. #5
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: How to extract the street number from an address column and place it in a new column?

    Hi gkarrip!

    In Newly Inserted Column (lets say D)..
    Use below Formula

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Please confirm the formula by pressing Ctrl + Shift + Enter Not just Enter.
    Regards!
    =DEC2HEX(3563)

    If you like someone's answer, click the star to give them a reputation point for that answer...

  6. #6
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: How to extract the street number from an address column and place it in a new column?

    Hi gkarrip

    Put in a new column or in say I2 and copy down.
    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ 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