Advanced pass with AND

How do I create a pass having two words in the title? For example, I want both "track" and "field" in the title, in any order. If I do the following:

Title CONTAINS track
Title CONTAINS field

... I get results with "track" OR "field" rather than "track" AND "field".

Thanks!

"track and field" This works for strings yet not for any of the words.

True, but it seems that would work for the exact string and not "track & field," "field and track," etc., in the title.

Unfortunately, I think you will have to create multiple advanced passes for all possible word combinations. Also make sure to narrow it down to sports programs.

Do you have examples of possible titles to see what it would look like?

One pass with multiple conditions will do as there ored. The tough one is when you want two or more keywords and all are present.