During our meeting on Monday, I learned of using the semicolon (;) to filter for multiple conditions in the same column of a list view, which is great!
To me, this functions like an OR condition.
Is there an equivalent to an AND condition?
For example, if I am filtering on a Description column with the CONTAINS operator [A]:

This will return any items that contain "cath", "coude", or "18", which could be quite a long list. I would like to filter for items which only contain all three variables somewhere in the description.
Thank you for any guidance anyone can offer! 