Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default HELP - filter function

It is easy to set up a data filter from the drop down menu.

Is there a way to set up a filter for multiple items from a data table that
has item added to it, without having to manually adjust the setting each time
as you would using the Data/filter drop down menu? I've tried using "If"
functions but that will not give me a list. How do I do it?

Help, in Idaho.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default HELP - filter function

Maybe you can use Data|Filter Advanced filter with a criteria range.
Debra Dalgleish has some notes:
http://contextures.com/xladvfilter02.html

I like to cheat.

I add another column to the autofilter range and I put a formula that evaluates
to true/false and then filter on that.

Say your range to filter is in Sheet1!A1:X999, with the item in column A.
Your list of things you want to see is in Sheet2, column A.

I'd insert a new column B and put a formula like:
=isnumber(match(a2,sheet2!a:a,0))
And drag down

Then filter on the truthiness of that helper column.



Idaho Excel User wrote:

It is easy to set up a data filter from the drop down menu.

Is there a way to set up a filter for multiple items from a data table that
has item added to it, without having to manually adjust the setting each time
as you would using the Data/filter drop down menu? I've tried using "If"
functions but that will not give me a list. How do I do it?

Help, in Idaho.


--

Dave Peterson
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
Filter function; copy values to another sheet jgmiddel Excel Discussion (Misc queries) 0 April 24th 06 05:15 PM
How do I filter a list using a greater than todays date function? LV Excel Worksheet Functions 2 April 29th 05 06:07 PM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM
filter function Johannes van der Pol Excel Worksheet Functions 6 November 24th 04 12:53 PM


All times are GMT +1. The time now is 04:43 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"