![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I have 2 lists of addresses on one sheet. Most of the addresses are
duplicates and I want to sort them so it puts all the duplicates together. The streets include the house number, as 1257 Rock St. I can sort them by street alone but I need to sort by street and the address together, is there a way to do this? I am using Excel 2000, 9.0.2720. |
| Ads |
|
#2
|
|||
|
|||
|
On Jul 17, 5:43*pm, GAW > wrote:
> I have 2 lists of addresses on one sheet. Most of the addresses are > duplicates and I want to sort them so it puts all the duplicates together.. > The streets include the house number, as 1257 Rock St. I can sort them by > street alone but I need to sort by street and the address together, is there > a way to do this? I am using Excel 2000, * 9.0.2720. if your address is always in the format of 1257 Rock. St, you can split it into 2 columns, 1 for the number, 1 for the street number =MID(I25, 1, SEARCH(" ", I25, 1)-1) street =MID(I25, SEARCH(" ", I25, 1)+1, LEN(I25)) then use excel to sort by street column first, then by number column |
|
#3
|
|||
|
|||
|
On Jul 17, 11:00*pm, recrit > wrote:
> On Jul 17, 5:43*pm, GAW > wrote: > > > I have 2 lists of addresses on one sheet. Most of the addresses are > > duplicates and I want to sort them so it puts all the duplicates together. > > The streets include the house number, as 1257 Rock St. I can sort them by > > street alone but I need to sort by street and the address together, is there > > a way to do this? I am using Excel 2000, * 9.0.2720. > > if your address is always in the format of 1257 Rock. St, you can > split it into 2 columns, 1 for the number, 1 for the street > number *=MID(I25, 1, SEARCH(" ", I25, 1)-1) > street * *=MID(I25, SEARCH(" ", I25, 1)+1, LEN(I25)) > > then use excel to sort by street column first, then by number column to clarify, i25 was the cell containing the address in my test case |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I sort mailing addresses in Excel? | outfitterim | Excel Discussion (Misc queries) | 2 | August 15th 06 11:07 AM |
| How do I sort addresses in excel? | tapndog | Excel Worksheet Functions | 4 | July 20th 05 03:49 AM |
| how can I use my e-mail addresses on excel xp with microsoft outlo | Cat | Excel Discussion (Misc queries) | 1 | April 22nd 05 12:10 PM |
| how can I use my e-mail addresses on excel xp with microsoft outlo | paola | Excel Discussion (Misc queries) | 0 | April 22nd 05 11:19 AM |
| how can I use my e-mail addresses on excel xp with microsoft outlo | paola | Excel Discussion (Misc queries) | 0 | April 22nd 05 11:19 AM |