I'm having an ongoing problem with using CONTAINS to count the occurrence of a value in a multi-select column.
Here is my sample data:
Here is the formula:
=IF(CONTAINS("East", [Column2]:[Column2]), "Yes", "No")
As you can see, the first and second-to-last row should return "Yes" and the rest should return No, but they are all returning "Yes"
I'm pretty sure I have the syntax correct, but I could be missing something
Thanks for any help you can provide.