Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi,
Kindly suggest how to creat filter list to avoid from same or repeatd entries in a column. Example Column "A" Column "B" (Filter List) RB000001009 RB000001009 RB000001009 RB000001023 RB000001023 RB000001036 RB000001023 RB000001044 RB000001036 RB000001023 RB000001044 RB000001044 RB000001044 RB000001023 EggHeadCafe.com - .NET Developer Portal of Choice http://www.eggheadcafe.com |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Select Advanc Filter from Data-Filter menu
Active Copy to other location. Enter/Select Proper range to 'List Range' box Enter/Select output cell address to "Copy to" box Active 'Unique Records Only' and click ok pls do rate for this answer "Nasir Naqvi" wrote: Hi, Kindly suggest how to creat filter list to avoid from same or repeatd entries in a column. Example Column "A" Column "B" (Filter List) RB000001009 RB000001009 RB000001009 RB000001023 RB000001023 RB000001036 RB000001023 RB000001044 RB000001036 RB000001023 RB000001044 RB000001044 RB000001044 RB000001023 EggHeadCafe.com - .NET Developer Portal of Choice http://www.eggheadcafe.com |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
One way if you want it dynamically extracted as col A is updated ..
Assuming source data running in A2 down .. Put in B2: =IF(A2="","",IF(COUNTIF($A$2:A2,A2)1,"",ROW())) Put in C2: =IF(ROW(A1)COUNT(B:B),"",INDEX(A:A,SMALL(B:B,ROW( A1)))) Select B2:C2, copy down to cover the max expected extent of source data. Hide away col B. Col returns the list of uniques in col A, with lines all neatly bunched at the top -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- <Nasir Naqvi wrote in message ... Hi, Kindly suggest how to creat filter list to avoid from same or repeatd entries in a column. Example Column "A" Column "B" (Filter List) RB000001009 RB000001009 RB000001009 RB000001023 RB000001023 RB000001036 RB000001023 RB000001044 RB000001036 RB000001023 RB000001044 RB000001044 RB000001044 RB000001023 EggHeadCafe.com - .NET Developer Portal of Choice http://www.eggheadcafe.com |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Thanks, I got my answer from your reply
EggHeadCafe.com - .NET Developer Portal of Choice http://www.eggheadcafe.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Advanced filter and a list | New Users to Excel | |||
Filter the results of a list based on a previous vlookup against the same list | Excel Worksheet Functions | |||
Subtotals in a list | Excel Discussion (Misc queries) | |||
Advanced Filter w/ multiple sheet List Range | Excel Worksheet Functions | |||
Delete rows based on multiple criterias | Excel Discussion (Misc queries) |