Help creating a list

D

dickharlo

Hi,

I have a list of values in a single column. Many of the values are
repeated. I need to create a list from this, where each value only
appears one time, and capture in a new tab.

Example Tab 1:

2008 Record A
2008 Record A
2009 Record B
2010 Record B
2010 Record B

Result Needed in Tab 2:

2008 Record A
2009 Record B
2010 Record B

Appreciate any help....Thanks
 
Top