+ Reply to Thread
Results 1 to 4 of 4

How do I sort a column of street number/street name by the stree.

  1. #1
    JHoleman1
    Guest

    How do I sort a column of street number/street name by the stree.

    How do I sort a column of street number/street name by the street name. I
    want to omit the numeric and sort by the street name in Ecel.

    Example: 412 South Street
    1512 Mercury Ave

    In this example, Mercury Street would be listed first in alpha order.

  2. #2
    Bob Phillips
    Guest

    Re: How do I sort a column of street number/street name by the stree.

    Create a helper column, say B, and in B1 use

    =MID(A1,FIND(" ",A1)+1,99)

    copy down and then sort on column B

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "JHoleman1" <[email protected]> wrote in message
    news:[email protected]...
    > How do I sort a column of street number/street name by the street name.

    I
    > want to omit the numeric and sort by the street name in Ecel.
    >
    > Example: 412 South Street
    > 1512 Mercury Ave
    >
    > In this example, Mercury Street would be listed first in alpha order.




  3. #3
    JHoleman1
    Guest

    RE: How do I sort a column of street number/street name by the stree.

    I literally copied your formula to my spreadsheet (changing the column and
    row number) and nothing happened. Hit enter and my helper column just showed
    the formula. I must be doing something wrong. Any other suggestions?


    "JHoleman1" wrote:

    > How do I sort a column of street number/street name by the street name. I
    > want to omit the numeric and sort by the street name in Ecel.
    >
    > Example: 412 South Street
    > 1512 Mercury Ave
    >
    > In this example, Mercury Street would be listed first in alpha order.


  4. #4
    Bob Phillips
    Guest

    Re: How do I sort a column of street number/street name by the stree.

    That suggests the column is formatted as text. Edit the B1 cell, F2, and
    just hit return.Then copy it on down, then sort.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "JHoleman1" <[email protected]> wrote in message
    news:[email protected]...
    > I literally copied your formula to my spreadsheet (changing the column

    and
    > row number) and nothing happened. Hit enter and my helper column just

    showed
    > the formula. I must be doing something wrong. Any other suggestions?
    >
    >
    > "JHoleman1" wrote:
    >
    > > How do I sort a column of street number/street name by the street

    name. I
    > > want to omit the numeric and sort by the street name in Ecel.
    > >
    > > Example: 412 South Street
    > > 1512 Mercury Ave
    > >
    > > In this example, Mercury Street would be listed first in alpha order.




+ 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