I have a form that has two multi-select columns and I am trying to find a way to create a chart out of the results. The two multi-selects are "Name" and "Food Given" and then a column for the number of days since the food was offered.
I want to take those results to another sheet and have it determine if each critter can get that food again (there are time limits for how often each food can be given, Broccoli daily, Berries only after two days etc…). Right now I am using a "Join" so I only have to search one column, and was using several "Contains" + "And", but my results are searching the whole column, I need it to only return "Yes" or "No" if all the conditions are met in a single cell.
Into: