If row column value equals any values of any array then... What is the general form of this formal?
How do I write an If statement (or whatever the right function is) to evaluated when a row's column value = any value in an array?
Example:If( :ColToCheck == [Any of these values] , then 1, else 0 )