I'm trying to write a formula to check whether a lookup field contains a specific value.
These lookup fields might contain one or multiple values, e.g.
- apples
- apples, pears
- pears, bananas, strawberries
I've been using the formula
IF(FIND("apples", {fruitName}), "yes", "no")