You should be able to use ' IN ' for this. IF(IN({status}, "status1", "status2"), "Has the status you're looking for", "This is not the status you're looking for") or I suppose IFIN would be even more concise. The last two arguments are the true and false expressions, so you can keep adding statuses...