I have a field that notes all the week(s) a particular ingredient is included in recipes. The ingredients roll up to provide a weekly shopping list. I’d like to be able to identify the recipes each ingredient is a part of for specific week. Since that field can contain multiple weeks, I’m having trouble creating a formula. I need a formula that will let me identify a record if it contains a particular value, not equals. Is it possible?
To clarify, here is an example:
Olive oil is commonly used in several recipes every week. When I write a formula asking to return the name of the recipe based on where olive oil is used in week 5, I get nothing because olive oil’s “week assigned” field also includes 1, 2, 3, 4. An if/then statement won’t work because I need “contains” rather than “equals”.