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

G

Guest

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

Bob Phillips

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)
 
G

Guest

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?
 
B

Bob Phillips

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top