How to insert comma in Salesforce formula field?

How to insert comma in Salesforce formula field?

form

To insert ‘,’ between two field values in Formula field in Salesforce use &”,”& between two fields values. & is the concatenate operator.

For example Phone and Mobile are two fields. Create a field as Telephone Numbers and in the formula editor type Phone&”,'”&Mobile to separate those values with comma.

Leave a Reply