View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cardan cardan is offline
external usenet poster
 
Posts: 112
Default Displaying Number Only Once in a New List

Hello All,

I have a list of code numbers in a column in a master table. Some
repeat, some do not. I am trying create a new consolidated list from
the original list that will display each code that is used in the
master list only once. It would look something like this:

Master List

Code 555000
Code 555000
Code 555000
Code 111000
Code 111000
Code 222000
Code 555000
Code 333000

Into this

Code 555000
Code 111000
Code 222000
Code 333000

Is this possible? Any help would be greatly appreciated! Thank you in
advance for your time.