View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default help with making a function to filter lists

The easiest way is to use the Advanced filter.

Assuming A1 is your column header and the data is in the range A2:A13...

Select the range A1:A13.
Goto DataFilterAdvanced filter
Select: Copy to another location
Copy to: enter the first cell where you want the data to appear, like, say,
B1.
Select: Unique records only
OK

--
Biff
Microsoft Excel MVP


"monkeytrader" wrote in message
...
hello. i am trying to sort through a list of data by displaying only one
occurance of a name from one column that has many repeating names into a
new
column.

ex:

A B C
1 apple
apple
apple
pear
pear
apple
pear
orange
orange
orange
banana
banana

is it possible to show in column "B" only one "apple", one "pear", one
"orange", one "banana", etc? thanks in advance for your help.