+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : tricky issue with sorting

  1. #1
    Registered User
    Join Date
    02-25-2011
    Location
    Miami, fl
    MS-Off Ver
    Excel 2003
    Posts
    2

    tricky issue with sorting

    I could really use your help.

    I have a list of names and addresses, but the addresses are all in "1234 street name" format, meaning that there's a number followed by a name (rather than say "1234 98th st").

    The problem is that there are multiple addresses on the same street, but they're not together I need to group them together.

    So if I have say,

    1142 Alhambra Circle
    1981 Granada Blvd
    2286 Alhambra Circle

    How can I assure that all of the entries with the same street NAME are together?

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,440

    Re: tricky issue with sorting

    User a helper column, which contains the address with the digits removed, to sort.

    =MID(A2,FIND(" ",A2)+1,LEN(A2))

    will return text to the right of the first space.
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    02-25-2011
    Location
    Miami, fl
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: tricky issue with sorting

    you are the best thank you!

+ 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