View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Minitman[_4_] Minitman[_4_] is offline
external usenet poster
 
Posts: 273
Default Combining and Sorting Lists

Greetings,

I have 4 sheets. Each sheet has a growing list of names and phone
numbers.

I need to combine these list onto a 5 sheet. There is a lot of
duplication on each list that needs to be filtered out of the finale
super list on the 5th sheet. I also need to sort this final list
depending on which ComboBox is used, there are 2 (ie:
ComboBox 1 = sorting by column 2 and
ComboBox 2 = sorting by column 1).

Is there a way to do this?

Any help would be appreciated.

TIA

-Minitman