View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default NEEDING FORMULA Please

Another way to get it up dynamically using non-array formulas ..

In G6:
=IF(ROW(A1)COUNT(H:H),"",INDEX(D:D,MATCH(SMALL(H: H,ROW(A1)),H:H,0)))

In H6:
=IF(D6="","",IF(COUNTIF($D$6:D6,D6)1,"",ROW()))
(Leave H1:H5 empty)

Just select G6:H6 and copy down to cover the max expected extent of data in
col D (Hide away col H). Col G returns the list of uniques from col D, neatly
bunched at the top.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"laurie g" wrote:
Need a formula that will list a col of unique names based on multiple entries
of the same in col D. Using Advanced filter does not suit my needs.

Col D col G
5 NAME UNIQUE LIST
6 mmm mmm
7 bbb bbb
8 mmm aaa
9 aaa
10 mmm

Col D has 100 plus entries and is always being edited

Thanks
laurie g