Filter two columns looking for like data

flyers2thecup

Active Member
Joined
Jul 29, 2004
Messages
362
Hello All!

I did a search and couldn't find a post that matched what i'm trying to accomplish.

If i have a master team schedule...showing AWAY games in column G, and HOME games in column H, i want to be able to filter and see the teams ENTIRE schedule. right now i am filtering home, then filtering away and having to look at them separately.

Thank you, as always!!
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Each filter can only look at the criteria within it's own column..
So filtering column G will hide the non home games in column G. But coincidentally also hides home games in H.

You'll need a helper column to test if either is true, then filter on that column.
So in say column I, you would use
=OR(G2="MyTeam",H2="MyTeam")

Then filter for TRUE on column I.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,099
Messages
6,128,819
Members
449,469
Latest member
Kingwi11y

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top