Filtering within a row entry


Im attempting to create a column that returns a bunch of results of casinos based on rules exactly like the filtering system.

example: Give me all the casinos that have option a AND option b

Is there a way to do this as so for im able to do a few things with look up but i can only get it as an OR using a combination of lookup and contains

filter(field(“Casinos Link”), contains(lookup(“Casinos Link”, “Crypto options”), field(“Crypto Options”)))