+ Reply to Thread
Results 1 to 5 of 5

Thread: Sorting

  1. #1
    Registered User
    Join Date
    09-18-2011
    Location
    NJ, USA
    MS-Off Ver
    2007
    Posts
    8

    Sorting

    Hi everyone I am sorry if this question has been asked already but I'm new here and would like to find an answer quickly as I am very frustrated.
    I work with a large amount of addresses and when I try to sort them they don't sort in numerical order. The addresses I pasted below are not how I expected them to be. I expected that 19 River Lane would come before 1015 Barton Ave. What am I doing wrong. One last bit of info is that I am exporting the addresses from another program.

    1 WALLIS CT
    1015 BARTON AVE
    1112 BAY AVE
    1141 HOLLYWOOD BLVD
    120 POLK DR
    128 PRIMROSE LN
    19 RIVER LN
    2612 NEWARK AVE
    385 S LAKE DR
    454 EAGLE PASS
    522 BRICK BLVD
    571 PARKER AVE
    917 BORDEN AVE

  2. #2
    Registered User
    Join Date
    03-05-2009
    Location
    6500' in the Sierra Nevada
    MS-Off Ver
    Office 2007, 2010
    Posts
    74

    Re: Sorting

    The addresses are sorted alphabetically. If you just want to sort on the street number, add a column with a formula like =VALUE(LEFT(B1,FIND(" ",B1,1))), where the street address is in column B. Do a custom sort on columns A & B, with A defining the sort order. Sorted, the addresses look like this:

    1 WALLIS CT
    19 RIVER LN
    120 POLK DR
    128 PRIMROSE LN
    385 S LAKE DR
    454 EAGLE PASS
    522 BRICK BLVD
    571 PARKER AVE
    917 BORDEN AVE
    1015 BARTON AVE
    1112 BAY AVE
    1141 HOLLYWOOD BLVD
    2612 NEWARK AVE
    Last edited by geoB; 09-18-2011 at 05:10 PM. Reason: cant' even spell my own name!

  3. #3
    Registered User
    Join Date
    09-18-2011
    Location
    NJ, USA
    MS-Off Ver
    2007
    Posts
    8

    Re: Sorting

    My intention is to use text to column to make individual columns for the Street # & Street Name. If I do the =left etc. I have to hide the column with the original data in it. Don't need the original data once they're separated. My thinking was if I can sort them with all the single digit, then double digit, etc. addresses would be aligned and I could easily just use the text to columns and it would be smooth.

  4. #4
    Registered User
    Join Date
    09-18-2011
    Location
    NJ, USA
    MS-Off Ver
    2007
    Posts
    8

    Re: Sorting

    Thank you for your prompt reply

  5. #5
    Registered User
    Join Date
    03-05-2009
    Location
    6500' in the Sierra Nevada
    MS-Off Ver
    Office 2007, 2010
    Posts
    74

    Re: Sorting

    It's not clear what your end result should look like. Perhaps you could provide an example of a result that includes street numbers on the same street. Are these grouped such that all the Main St.s are in numerical order, followed by all the Pine St.s in numerical order, etc? Or just the single digit addresses, followed by two digits, etc.?

    g

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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.2.0