View Single Post
  #2   Report Post  
CLR
 
Posts: n/a
Default

You might try CONCATENATING the last names and addresses into a helper
column and sorting on that column..........this will group all the "alikes"
together.........

hth
Vaya con Dios,
Chuck, CABGx3


"NL" wrote in message
news:_fQSd.7373$EL5.6416@trnddc05...
I have a list of names and addresses that I want to turn into mailing
labels. (bob/smith/100main/town/...)There are many instances of people
living at the same address (pam & bob & jonny/smith, sue/jones each at 100
Main).

Is there a way to extract a list of all combined multiples so there is ONE
Smith instance at 100 Main?
It would need to list if there was a Jones there too for an additional
label.

???
Thanks