How to Create Formula Field To Check Multiple Values on Multiselect Picklist?

How to Create Formula Field To Check Multiple Values on Multiselect Picklist in Salesforce

We can be used OR operator and INCLUDES method to create formula field based on Multiselect Picklist to check multiple values in Salesforce.

Sample Formula:

OR(

INCLUDES( Topics__c, ‘Apex’),

INCLUDES( Topics__c, ‘Visualforce’),

INCLUDES( Topics__c, ‘Aura’),

INCLUDES( Topics__c, ‘LWC’)

)


Follow Us

Posted By : Sudeer Kamat Date :

view_module Related

label Labels

Comments 0