Activity Forums Salesforce® Discussions How can we store Multiple values selection of Multi-select Picklist in formula Field in salesforce?

  • Ashutosh

    Member
    September 13, 2019 at 8:09 pm

    you could try something like this:

    IF(INCLUDES( Multi_Picklist_1__c , "A"), "A", NULL)  + BR() +
    IF(INCLUDES( Multi_Picklist_1__c , "B"), "B", NULL)  + BR() +
    IF(INCLUDES( Multi_Picklist_1__c , "C"), "C", NULL)

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos