function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MarkerVMarkerV 

Multi-Select in a formula field?

I have a need to create a formula field based on a Multi-select field. I'm trying to do something like:
If(CONTAINS({!multifieldname__c}, "Value"), "Yes", "No")

But getting an error in that it wont let me use a multiselect field. Even ISPICKVAL doesn't work for a multi select.

Is this a limitation on SFDC?
ScotScot
Yes, unfortunately, it is.

Currently, you can't use multi-select picklists in any formulas at all.