Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
did you ever figure out a solution? I have the same problem.
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
filter rows rather than columns in Excel 2003? | Excel Discussion (Misc queries) | |||
how do I filter for 1 variable in multiple columns | Excel Worksheet Functions | |||
How do i copy columns of data in notepad into microsoft excel? | Excel Discussion (Misc queries) | |||
How do i copy columns of data in notepad into microsoft excel? | Excel Discussion (Misc queries) | |||
Filter two columns with criterion applying to one or the other? | Excel Discussion (Misc queries) |