Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 425
Default Filter list in same worksheet issue

I need to filter a list from one place on the worksheet to another
place.
I cannot use the advance filter method as there is other supporting
information that I dont need to altered in anyway. Advance filter
seems to hide these rows which alters the other data on the sheet.

I've spend days creating a code to copy the list, create another
temporary sheet, paste the data, delete duplicates, copy that
(filtered) data, then paste it on the original sheet, then delete the
temporary sheet.

However, this has got to be the longest, most complicated and
troublesome route ever!

Any suggestions that could help?
Main goal is to create a consolidated list (filtered / with no
duplicates) in another row while leaving the original list as is.

Data to copy and filter out the dupes :
L13:L250

Desired location for consolidated list (filtered / with no
duplicates).
Q13:Q250

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Filter list in same worksheet issue

Hi

Try this:

Range("L13:L250").AdvancedFilter Action:=xlFilterCopy, _
CopyToRange:=Range("Q13"), Unique:=True

Regards,
Per

"J.W. Aldridge" wrote:

I need to filter a list from one place on the worksheet to another
place.
I cannot use the advance filter method as there is other supporting
information that I dont need to altered in anyway. Advance filter
seems to hide these rows which alters the other data on the sheet.

I've spend days creating a code to copy the list, create another
temporary sheet, paste the data, delete duplicates, copy that
(filtered) data, then paste it on the original sheet, then delete the
temporary sheet.

However, this has got to be the longest, most complicated and
troublesome route ever!

Any suggestions that could help?
Main goal is to create a consolidated list (filtered / with no
duplicates) in another row while leaving the original list as is.

Data to copy and filter out the dupes :
L13:L250

Desired location for consolidated list (filtered / with no
duplicates).
Q13:Q250


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 425
Default Filter list in same worksheet issue



thanx!

Any reason the first number in the filtered row always seem to appear
twice?



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 703
Default Filter list in same worksheet issue

Hi

Thanks for your reply.

On 28 Okt., 22:31, "J.W. Aldridge"
wrote:
thanx!

Any reason the first number in the filtered row always seem to appear
twice?


The filter function see the first row as a header row. If you have a
header in L12, you could expand your filter range to include the
header. Just notice it will copy the header to the destination too.

Regards,
Per
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
SORT/FILTER ISSUE Munfarid Excel Worksheet Functions 4 September 11th 09 03:54 AM
advanced filter issue Joseph Atie Excel Discussion (Misc queries) 5 December 8th 08 01:18 AM
Copying a Filter list to a new worksheet. Rob Excel Worksheet Functions 1 November 27th 07 01:28 AM
Sort/Filter issue terri Excel Worksheet Functions 4 May 16th 07 04:46 PM
How to Update filter criteria from list and storing the query to another worksheet changeable[_3_] Excel Programming 1 November 1st 04 02:11 PM


All times are GMT +1. The time now is 06:28 PM.

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

About Us

"It's about Microsoft Excel"