How to find the number of selected options from a Multi-Select Picklist field in Salesforce?

How to find the number of selected options from a Multi-Select Picklist field in Salesforce?

1. Create a Multi-Select Picklist field.

2. Create a Formula Field and use the PICKLISTCOUNT(). PICKLISTCOUNT() will return the number of selected options from a Multi-Select Picklist field.

Output:

Leave a Reply