You need to sign in to do that
Don't have an account?

Check if picklist contains certain string
Can I create a validation rule which checks if a value in a picklist object in contains a certain strong?
I have a picklist of the following
SMB_Phone
SMB_Email
ENT_Phone
ENT_Email
I dont want to reference each value individually - how can I achieve this?
All Answers
how about INCLUDES function???
eg.: INCLUDES(Hobbies__c, "Golf") returns TRUE if one of the selected values in the Hobbies custom multi-select picklist field is Golf.