Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to do the equivalent of this with data in a worksheet?
I want to be able to select one or more values from two different columns. For example , in a State Column, I want to be able to select NY, HI, CA and in a Grocery Store Column, I want to be able to select, Safeway and Lucky's However, when I apply an advanced filter, selecting NY, HI, and CA, I find that I am getting other Grocery stores, simply because the advanced filter wants to give me EVERYTHING from NY, HI and CA regardless of my 2nd column criteria. Essentially, I want to be able to say something like State IN("NY", "HI", "CA") AND [Grocery Store] IN("Safeway", "Lucky's") Why can't I just hook it up to some external data - you ask? Because I won't have the option to setup an external data source for this Application. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'd start at Debra Dalgleish's site:
http://contextures.com/xladvfilter01.html Look for the: Setting up the Criteria Range AND vs OR section. jonefer wrote: Is it possible to do the equivalent of this with data in a worksheet? I want to be able to select one or more values from two different columns. For example , in a State Column, I want to be able to select NY, HI, CA and in a Grocery Store Column, I want to be able to select, Safeway and Lucky's However, when I apply an advanced filter, selecting NY, HI, and CA, I find that I am getting other Grocery stores, simply because the advanced filter wants to give me EVERYTHING from NY, HI and CA regardless of my 2nd column criteria. Essentially, I want to be able to say something like State IN("NY", "HI", "CA") AND [Grocery Store] IN("Safeway", "Lucky's") Why can't I just hook it up to some external data - you ask? Because I won't have the option to setup an external data source for this Application. -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On 12 Feb, 09:35, jonefer wrote:
Is it possible to do the equivalent of this with data in a worksheet? I want to be able to select one or more values from two different columns. For example , in a State Column, I want to be able to select NY, HI, CA and in a Grocery Store Column, I want to be able to select, Safeway and Lucky's However, when I apply an advanced filter, selecting NY, HI, and CA, I find that I am getting other Grocery stores, simply because the advanced filter wants to give me EVERYTHING from NY, HI and CA regardless of my 2nd column criteria. Essentially, I want to be able to say something like State IN("NY", "HI", "CA") AND [Grocery Store] IN("Safeway", "Lucky's") * Why can't I just hook it up to some external data - you ask? *Because I won't have the option to setup an external data source for this Application. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
filtering in a worksheet and then cut items out i lose unfiltered | Excel Discussion (Misc queries) | |||
line up items in column a with items in columns b, c, etc | Excel Discussion (Misc queries) | |||
Filtering for Like Items in a Column | Excel Discussion (Misc queries) | |||
filtering to show items in a listbox | Excel Discussion (Misc queries) | |||
Filtering by Columns | Excel Worksheet Functions |