Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Keleigh-G
 
Posts: n/a
Default In Excel how can I filter multiple columns SIMULTANEOUSLY?

I'm attempting to filter columns E, G, and I all at the same time. I need to
display rows that have values greater than 0 in any one of those three
columns. So far I can only filter progressively. If I filter column E and
then filter column G, the second filter is only applied to the results of the
first filter.

Does anybody know if it's even possible to do what I'm trying to do?
  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default In Excel how can I filter multiple columns SIMULTANEOUSLY?

Try using the Data Filter AdvancedFilter, instead of the
AutoFilter......it will allow "OR" conditions between columns.

Or, if this is something you have to do frequently, you could write a macro
to do the first column in AutoFilter and copy the results to another Sheet
and then do the second and append those results to the second sheet
etc.........

Vaya con Dios,
Chuck, CABGx3



"Keleigh-G" wrote:

I'm attempting to filter columns E, G, and I all at the same time. I need to
display rows that have values greater than 0 in any one of those three
columns. So far I can only filter progressively. If I filter column E and
then filter column G, the second filter is only applied to the results of the
first filter.

Does anybody know if it's even possible to do what I'm trying to do?

  #3   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default In Excel how can I filter multiple columns SIMULTANEOUSLY?

Use a 4th help column

=OR(E20,G20I20)

copy down as long as needed then filter on the help column and TRUE

or use advanced filter, assume the headers are columnE, G and I then the OR
criteria would look like

ColumnE ColumnG ColumnI
0
0
0


so it would take 12 cells for the criteria




--

Regards,

Peo Sjoblom


"Keleigh-G" wrote in message
...
I'm attempting to filter columns E, G, and I all at the same time. I need
to
display rows that have values greater than 0 in any one of those three
columns. So far I can only filter progressively. If I filter column E and
then filter column G, the second filter is only applied to the results of
the
first filter.

Does anybody know if it's even possible to do what I'm trying to do?



  #4   Report Post  
Posted to microsoft.public.excel.misc
Keleigh-G
 
Posts: n/a
Default In Excel how can I filter multiple columns SIMULTANEOUSLY?

Advanced filter using the "OR" option will allow me to filter for more than
one criteria in a single column, but it's still only one column that's being
filtered.

Your macro suggestion may be the way to go. I'm not very good with macros,
especially in Excel, but I'll play with it and see what happens.

"CLR" wrote:

Try using the Data Filter AdvancedFilter, instead of the
AutoFilter......it will allow "OR" conditions between columns.

Or, if this is something you have to do frequently, you could write a macro
to do the first column in AutoFilter and copy the results to another Sheet
and then do the second and append those results to the second sheet
etc.........

Vaya con Dios,
Chuck, CABGx3



"Keleigh-G" wrote:

I'm attempting to filter columns E, G, and I all at the same time. I need to
display rows that have values greater than 0 in any one of those three
columns. So far I can only filter progressively. If I filter column E and
then filter column G, the second filter is only applied to the results of the
first filter.

Does anybody know if it's even possible to do what I'm trying to do?

  #5   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default In Excel how can I filter multiple columns SIMULTANEOUSLY?

From "HELP".......

Advanced filter criteria can include multiple conditions applied in a single
column, multiple criteria applied to multiple columns, and conditions created
as the result of a formula.

To find data that meets either a condition in one column or a condition in
another column, enter the criteria in different rows of the criteria range.
For example, the following criteria range displays all rows that contain
either "Produce" in the Type column, "Davolio" in the Salesperson column, or
sales values greater than $1,000.


hth
Vaya con Dios,
Chuck, CABGx3



"Keleigh-G" wrote:

Advanced filter using the "OR" option will allow me to filter for more than
one criteria in a single column, but it's still only one column that's being
filtered.

Your macro suggestion may be the way to go. I'm not very good with macros,
especially in Excel, but I'll play with it and see what happens.

"CLR" wrote:

Try using the Data Filter AdvancedFilter, instead of the
AutoFilter......it will allow "OR" conditions between columns.

Or, if this is something you have to do frequently, you could write a macro
to do the first column in AutoFilter and copy the results to another Sheet
and then do the second and append those results to the second sheet
etc.........

Vaya con Dios,
Chuck, CABGx3



"Keleigh-G" wrote:

I'm attempting to filter columns E, G, and I all at the same time. I need to
display rows that have values greater than 0 in any one of those three
columns. So far I can only filter progressively. If I filter column E and
then filter column G, the second filter is only applied to the results of the
first filter.

Does anybody know if it's even possible to do what I'm trying to do?



  #6   Report Post  
Posted to microsoft.public.excel.misc
SteveC
 
Posts: n/a
Default In Excel how can I filter multiple columns SIMULTANEOUSLY?

did you ever figure out a solution? I have the same problem.
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 rows rather than columns in Excel 2003? Lynne Excel Discussion (Misc queries) 4 December 2nd 05 06:47 PM
how do I filter for 1 variable in multiple columns California Excel Worksheet Functions 1 March 18th 05 10:36 PM
How do i copy columns of data in notepad into microsoft excel? Jason Excel Discussion (Misc queries) 1 February 10th 05 11:05 PM
How do i copy columns of data in notepad into microsoft excel? Jason Excel Discussion (Misc queries) 1 February 10th 05 09:20 PM
Filter two columns with criterion applying to one or the other? Peter Frank Excel Discussion (Misc queries) 1 January 26th 05 03:54 PM


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