I ended up working with a consultant who helped me with the formula. We
needed to figure out IF and Contains because we had multiple options for
the field where someone can select multiple choice or only one. IF
statement looked like this:IF(CONTAINS("x",{multiselect
field})&&CONTAINS("y",{multiselect field})||CONTAINS("x",{multiselect
field})&&CONTAINS("z",{multiselect field}),"Multiple Parent Regions")
CONTAINS statement looks like thisIF(CONTAINS("x",{multiselect
field}}),"x",IF(CONTAINS("y",...