If i have the following in a column:

Alpha
Alpha
Beta
Beta
Charlie
Alpha

Can i use a function to produce in another column every entry contained in the column above but only produce it once i.e.

Alpha
Beta
Charlie

Hope that makes sense.

Thanks
T