Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How do I filter using multiple columns in Excel?

I am doing a database in which I need to filter a certain word in Column E OR
Column F OR column G.
It's a DB for a large number of music auditions in which the word "Band"
might appear in any of those three columns, and I need to do a filter which
shows all data rows that have "Band" in ANY of those three columns.

How can I accomplish this?

I am using Excel '97.

Thanks in advance!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default How do I filter using multiple columns in Excel?

Add a helper column and enter a formula like this:

=IF(COUNTIF(E2:G2,"band"),"x","")

Copy down as needed

Then filter on this column = x.

--
Biff
Microsoft Excel MVP


"gmccarty" wrote in message
...
I am doing a database in which I need to filter a certain word in Column E
OR
Column F OR column G.
It's a DB for a large number of music auditions in which the word "Band"
might appear in any of those three columns, and I need to do a filter
which
shows all data rows that have "Band" in ANY of those three columns.

How can I accomplish this?

I am using Excel '97.

Thanks in advance!!



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 Multiple Columns on Multiple Criteria and count the last co LBitler Excel Worksheet Functions 2 February 12th 09 08:36 PM
Filter on multiple columns tommcbrny Excel Discussion (Misc queries) 1 May 12th 08 05:13 PM
How do I filter multiple columns at once? Aaron Excel Discussion (Misc queries) 5 July 6th 07 12:28 PM
In Excel how can I filter multiple columns SIMULTANEOUSLY? Keleigh-G Excel Discussion (Misc queries) 5 May 25th 06 08:09 PM
how do i filter multiple columns Teric506 Excel Worksheet Functions 1 September 20th 05 08:59 PM


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