Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default FILTER PARTNUMBER Where it match all 3 Regions

Hi,
I have the following sample data:
PARTNUMBER RATE DATE REG
TEST1 1.2 20050407 NA
TEST1 2.5 20050507 AP
TEST2 .25 20050528 EU
TEST1 1.5 20050507 EU
TEST2 1.25 20050628 AP
etc

What I would like to do is get only those rows where PARTNUMBER fall
in AP,EU and NA.
So in this case I woudl get as my result
TEST1 1.2 20050407 NA
TEST1 1.5 20050507 EU
TEST1 2.5 20050507 AP

I have thousands of parts that might fall in just NA or EU or AP. But
I just want to get those rows where all 3 regions are met.

Hope I'm explaining this correct. Please advise if there is a way to
do this. I was looking at the Filter thing but don't know how to go about.

Thanks,
Juan
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default FILTER PARTNUMBER Where it match all 3 Regions

Hi Juan

AutoFilter can only filter on two criteria, but you can add a helper column and filter on that column
=IF(D1={"NA","EU","AP"},"Yes","No")

Or install EasyFilter where you have 5 options
http://www.rondebruin.nl/easyfilter.htm

--
Regards Ron de Bruin
http://www.rondebruin.nl


"Juan" wrote in message ...
Hi,
I have the following sample data:
PARTNUMBER RATE DATE REG
TEST1 1.2 20050407 NA
TEST1 2.5 20050507 AP
TEST2 .25 20050528 EU
TEST1 1.5 20050507 EU
TEST2 1.25 20050628 AP
etc

What I would like to do is get only those rows where PARTNUMBER fall
in AP,EU and NA.
So in this case I woudl get as my result
TEST1 1.2 20050407 NA
TEST1 1.5 20050507 EU
TEST1 2.5 20050507 AP

I have thousands of parts that might fall in just NA or EU or AP. But
I just want to get those rows where all 3 regions are met.

Hope I'm explaining this correct. Please advise if there is a way to
do this. I was looking at the Filter thing but don't know how to go about.

Thanks,
Juan



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
Regions of Constant Slope Lex Excel Discussion (Misc queries) 1 June 2nd 10 08:32 PM
Filter PivotTable dropdown items to match report filter Catherine D Excel Discussion (Misc queries) 1 August 16th 08 12:12 AM
Defining Regions with Names Elise148 Excel Discussion (Misc queries) 3 June 13th 07 02:19 PM
Advance filter search does not filter an exact match cfiiland Excel Programming 1 June 10th 05 12:44 PM
sum partnumber quantities JCA Excel Programming 1 August 14th 03 01:08 AM


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