Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Filtering Multiple Columns...

Hey Gang,

Excel 2003

I have several columns (E through L) of data that have "Y" and "N" values in
them. What I want to be able to do is filter my data where columns E, F, OR
G include "N". If I autofilter the first column, I have inherently gotten
rid of some of the values from another column. I don't want to drill down.
What I want is all data where E = "N" OR F = "N" OR G = "N". I could use a
VBA example if anyone knows of a method.

TIA!

--
Bill


  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Filtering Multiple Columns...

Use a helper col
In say, M2:
=IF(OR(E2="N",F2="N",G2="N"),"X","")
Copy down, then autofilter for "X" in col M
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Bill Foley" <pttincatitexasdotnet wrote in message
...
Hey Gang,

Excel 2003

I have several columns (E through L) of data that have "Y" and "N" values
in them. What I want to be able to do is filter my data where columns E,
F, OR G include "N". If I autofilter the first column, I have inherently
gotten rid of some of the values from another column. I don't want to
drill down. What I want is all data where E = "N" OR F = "N" OR G = "N".
I could use a VBA example if anyone knows of a method.

TIA!

--
Bill



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Filtering Multiple Columns...

I would just use

=COUNTIF(A2:G2,"N")0

and filter on TRUE <g

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Max" wrote in message
...
Use a helper col
In say, M2:
=IF(OR(E2="N",F2="N",G2="N"),"X","")
Copy down, then autofilter for "X" in col M
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Bill Foley" <pttincatitexasdotnet wrote in message
...
Hey Gang,

Excel 2003

I have several columns (E through L) of data that have "Y" and "N" values
in them. What I want to be able to do is filter my data where columns E,
F, OR G include "N". If I autofilter the first column, I have inherently
gotten rid of some of the values from another column. I don't want to
drill down. What I want is all data where E = "N" OR F = "N" OR G = "N".
I could use a VBA example if anyone knows of a method.

TIA!

--
Bill





  #4   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Filtering Multiple Columns...

=COUNTIF(A2:G2,"N")0

Believe Bob meant:
=COUNTIF(E2:G2,"N")0

(Aha, gotcha Bob ! <g)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Bob Phillips" wrote in message
...
I would just use

=COUNTIF(A2:G2,"N")0

and filter on TRUE <g

--
HTH

Bob



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Filtering Multiple Columns...

Thanks, guys. Worked a peach! I'll explore a little more to find a VBA
method to turn it on and off.

THANKS!

--
Bill Foley
Microsoft Office Specialist Master Instructor
www.pttinc.com
"Max" wrote in message
...
=COUNTIF(A2:G2,"N")0


Believe Bob meant:
=COUNTIF(E2:G2,"N")0

(Aha, gotcha Bob ! <g)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Bob Phillips" wrote in message
...
I would just use

=COUNTIF(A2:G2,"N")0

and filter on TRUE <g

--
HTH

Bob







  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Filtering Multiple Columns...

ouch ... that hurt!

Bob

"Max" wrote in message
...
=COUNTIF(A2:G2,"N")0


Believe Bob meant:
=COUNTIF(E2:G2,"N")0

(Aha, gotcha Bob ! <g)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Bob Phillips" wrote in message
...
I would just use

=COUNTIF(A2:G2,"N")0

and filter on TRUE <g

--
HTH

Bob





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
Filtering Multiple Columns tj Excel Worksheet Functions 9 October 17th 06 05:09 PM
filtering unique in multiple columns umniy Excel Worksheet Functions 4 March 9th 06 01:06 PM
Filtering on multiple columns wammer Excel Discussion (Misc queries) 4 August 29th 05 11:21 PM
Filtering by Columns carl Excel Worksheet Functions 1 May 4th 05 09:01 PM
Filtering Text Data from Multiple columns Brad Excel Worksheet Functions 6 January 1st 05 03:32 PM


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