Sorting by Content

F

Father John

Hi

I have a spreadsheet with numerous addresses in col. A 1-999

15 Smith Street Jonestown
21 George Street Blacktown etc.

In col B. 1-166 I have the name of all the suburbs in our region

How can is sort col. A by suburb using the name of the suburbs in Col.B. ?

Any help much appreciated

Regards
Stephen
 
J

JLatham

From my reply in the duplicate post in Worksheet Functions:

select all of the cells involved in both columns (and any more with related
data), then use Data Sort and sort on Column B. To put the street addresses
in some kind of order within the suburb, choose Column A as the second sort
parameter.
 
F

Father John

Hi there
I don't think this will work as it will sort the total suburbs in B and the
addresses by street number in A
The data in B does not align with col. A as B only contains the name of the
suburbs in the region
Thanks
Stephen
 
F

Father John

No the problem is the data I want to sort the column by is contained within
the address - it is not the lead part of the data
Col B has the full list of the suburbs that I am trying to d the sort with
The data in col. B does not form a part of the record for each line
Thanks
Stephen
 
N

NewToExcel

You might try using substring to isolate the last work in column A into a new
column. Then you can sort on the new column.
 

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