How do I filter using multiple columns in Excel?

G

gmccarty

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!!
 
T

T. Valko

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top