Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4
Default Creat Filter List

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   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 179
Default Creat Filter List

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   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Creat Filter List

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   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4
Default Creat Filter List

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Advanced filter and a list Epinn New Users to Excel 14 September 20th 06 02:11 AM
Filter the results of a list based on a previous vlookup against the same list Mizpah Excel Worksheet Functions 2 August 18th 06 10:28 AM
Subtotals in a list Bagheera Excel Discussion (Misc queries) 9 May 20th 06 01:46 PM
Advanced Filter w/ multiple sheet List Range stickandrock Excel Worksheet Functions 0 April 18th 06 02:18 PM
Delete rows based on multiple criterias Benson Excel Discussion (Misc queries) 8 November 2nd 05 03:11 PM


All times are GMT +1. The time now is 05:14 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"